otherguy/alfred-passwords-workflow

View on GitHub

Showing 3,384 of 3,384 total issues

Unexpected trailing spaces found.
Open

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

Incorrect end of line character(s) found.
Open

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

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

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.

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 resources/screencast-1.gif by editorconfig

Too many local variables (19/15)
Open

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

Used when a function or method has too many local variables.

Unexpected tabs found.
Open

Severity: Minor
Found in icon.png by editorconfig

Unexpected trailing spaces 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

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

Unexpected tabs found.
Open

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

Unable to import 'xkcdpass'
Open

    from xkcdpass import xkcd_password as xp
Severity: Critical
Found in pwgen.py by pylint

Used when pylint has been unable to import a module.

Import outside toplevel (random.SystemRandom)
Open

    from random import SystemRandom
Severity: Info
Found in pwgen.py by pylint

Used when an import statement is used anywhere other than the module toplevel. Move this import to the top of the file.

Severity
Category
Status
Source
Language