otherguy/alfred-passwords-workflow

View on GitHub

Showing 3,384 of 3,384 total issues

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in resources/screencast-1.gif by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in resources/screencast-1.gif by editorconfig

Unexpected trailing spaces found.
Open

Severity: Minor
Found in resources/screencast-1.gif by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in icon.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in icon.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in icon.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in icon.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in icon.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in icon.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in resources/screencast-1.gif by editorconfig

Line too long (118/100)
Open

    wf.add_item('%d character password (no special characters)' % password_length, alnum_pw, valid=True, arg=alnum_pw)
Severity: Info
Found in pwgen.py by pylint

Used when a line is longer than a given number of characters.

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in icon.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in icon.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in icon.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in icon.png by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in icon.png by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in resources/screencast-1.gif by editorconfig

Unexpected tabs found.
Open

Severity: Minor
Found in resources/screencast-1.gif by editorconfig

Anomalous backslash in string: ']'. String constant might be missing an r prefix.
Open

    special_chars = "!\"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"
Severity: Minor
Found in pwgen.py by pylint

Used when a backslash is in a literal string but not as an escape.

Missing function or method docstring
Open

def main(wf):
Severity: Info
Found in pwgen.py by pylint

Used when a function or method has no docstring. Some special methods like init do not require a docstring.

Severity
Category
Status
Source
Language