otherguy/alfred-passwords-workflow

View on GitHub

Showing 3,384 of 3,384 total issues

Line too long (138/100)
Open

        'xkcd_wordllist': 'eff-long', # eff-long (English), spa-mich (Spanish), fin-kotus (Finnish), ita-wiki (Italian), ger-anlx (German)
Severity: Info
Found in pwgen.py by pylint

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

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.

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

Incorrect end of line character(s) found.
Open

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

Line too long (101/100)
Open

    full_pw_charset = string.ascii_uppercase + string.ascii_lowercase + string.digits + special_chars
Severity: Info
Found in pwgen.py by pylint

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

TODO: add possibility to change options
Open

    # TODO: add possibility to change options
Severity: Minor
Found in pwgen.py by pylint

Used when a warning note as FIXME or XXX is detected.

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.

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 icon.png by editorconfig

Unexpected tabs 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

Unexpected tabs 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

Expected a newline at the end of the file.
Open

}
Severity: Minor
Found in .vscode/settings.json by editorconfig
Severity
Category
Status
Source
Language