tomato42/tlslite-ng

View on GitHub

Showing 1,716 of 1,734 total issues

Block comment should start with '# '
Open

#Implement this method to do some form of handshaking. Return True

Expected 2 blank lines, found 1
Open

class ClientHelper(object):
Severity: Minor
Found in tlslite/integration/clienthelper.py by pep8

Continuation line under-indented for visual indent
Open

source_address=None,

Unexpected spaces around keyword / parameter equals
Open

def __init__(self, host = '', port = IMAP4_TLS_PORT,
Severity: Minor
Found in tlslite/integration/imap4_tls.py by pep8

Continuation line under-indented for visual indent
Open

username=None, password=None,

Continuation line under-indented for visual indent
Open

username, password,
Severity: Minor
Found in tlslite/integration/imap4_tls.py by pep8

Continuation line under-indented for visual indent
Open

settings)
Severity: Minor
Found in tlslite/integration/pop3_tls.py by pep8

Comparison to none should be 'if cond is none:'
Open

if bufferSize < 16384 or self.readBuffer == None:

Comparison to true should be 'if cond is true:' or 'if cond:'
Open

if self.handshake(tlsConnection) == True:

Continuation line under-indented for visual indent
Open

settings)
Severity: Minor
Found in tlslite/integration/imap4_tls.py by pep8

Do not use bare 'except'
Open

except:
Severity: Minor
Found in tlslite/integration/xmlrpcserver.py by pep8

Expected 2 blank lines, found 1
Open

class TLSSocketServerMixIn:

Continuation line under-indented for visual indent
Open

username, password,
Severity: Minor
Found in tlslite/integration/xmlrpctransport.py by pep8

Continuation line under-indented for visual indent
Open

certChain, privateKey,
Severity: Minor
Found in tlslite/integration/xmlrpctransport.py by pep8

Continuation line under-indented for visual indent
Open

port=port,

Unexpected spaces around keyword / parameter equals
Open

def __init__(self, host = '', port = IMAP4_TLS_PORT,
Severity: Minor
Found in tlslite/integration/imap4_tls.py by pep8

Block comment should start with '# '
Open

#Calculate the sibling I'm being mixed in with.

Block comment should start with '# '
Open

#also want to call the sibling's versions.

Line too long (87 > 79 characters)
Open

'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
Severity: Minor
Found in setup.py by pep8

Code block style
Open

```
Severity: Info
Found in README.md by markdownlint
Severity
Category
Status
Source
Language