Skip to content

CI/CD: Linter Action #2

CI/CD: Linter Action

CI/CD: Linter Action #2

GitHub Actions / Pylint failed Jul 8, 2024 in 0s

90 errors

Pylint found 90 errors

Annotations

Check failure on line 21 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L21

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 76 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L76

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 143 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L143

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 144 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L144

Trailing newlines (trailing-newlines, C0305)

Check failure on line 1 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 3 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L3

Unable to import 'flask' (import-error, E0401)

Check failure on line 4 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L4

Unable to import 'flask' (import-error, E0401)

Check failure on line 5 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L5

Unable to import 'authlib.integrations.flask_client' (import-error, E0401)

Check failure on line 65 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L65

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 73 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L73

Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return, R1705)

Check failure on line 67 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L67

Unused variable 'request_data' (unused-variable, W0612)

Check failure on line 109 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L109

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 116 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L116

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 128 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L128

Missing function or method docstring (missing-function-docstring, C0116)

Check failure on line 6 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L6

Standard import "logging.config.dictConfig" should be placed before third party imports "flask.Flask", "flask.render_template", "authlib.integrations.flask_client.OAuth" (wrong-import-order, C0411)

Check failure on line 1 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L1

Unused import logging (unused-import, W0611)

Check failure on line 2 in main.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

main.py#L2

Unused import sys (unused-import, W0611)

Check failure on line 1 in config.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

config.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 3 in config.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

config.py#L3

Unable to import 'dotenv' (import-error, E0401)

Check failure on line 10 in db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

db.py#L10

Line too long (101/100) (line-too-long, C0301)

Check failure on line 11 in db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

db.py#L11

Line too long (101/100) (line-too-long, C0301)

Check failure on line 39 in db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

db.py#L39

Line too long (127/100) (line-too-long, C0301)

Check failure on line 45 in db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

db.py#L45

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 51 in db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

db.py#L51

Line too long (101/100) (line-too-long, C0301)

Check failure on line 113 in db.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

db.py#L113

Line too long (105/100) (line-too-long, C0301)