Skip to content

Project Structure

Project Structure #9

Triggered via pull request August 26, 2024 18:15
Status Success
Total duration 37s
Billable time 1m
Artifacts

lint.yml

on: pull_request
Run linters
24s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 1 warning
src/__init__.py#L1
Missing module docstring (missing-module-docstring, C0114)
src/db.py#L9
Line too long (101/100) (line-too-long, C0301)
src/db.py#L10
Line too long (101/100) (line-too-long, C0301)
src/db.py#L184
Line too long (101/100) (line-too-long, C0301)
src/db.py#L187
Line too long (101/100) (line-too-long, C0301)
src/db.py#L220
Line too long (134/100) (line-too-long, C0301)
src/db.py#L60
TODO: potrebbe essere migliorato usando un file SQL che definisce la struttura (fixme, W0511)
src/db.py#L251
TODO: 'else' dovrebbe ritornare {} (dict vuoto) (fixme, W0511)
src/db.py#L1
Missing module docstring (missing-module-docstring, C0114)
src/db.py#L280
No value for argument 'app' in constructor call (no-value-for-parameter, E1120)
src/routes.py#L1
Missing module docstring (missing-module-docstring, C0114)
src/routes.py#L6
Missing function or method docstring (missing-function-docstring, C0116)
src/routes.py#L9
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/routes.py#L14
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/routes.py#L19
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/routes.py#L24
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/routes.py#L40
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/routes.py#L48
Missing function or method docstring (missing-function-docstring, C0116)
src/routes.py#L55
Missing function or method docstring (missing-function-docstring, C0116)
src/routes.py#L59
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/routes.py#L67
Missing function or method docstring (missing-function-docstring, C0116)
src/routes.py#L70
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/app.py#L1
Missing module docstring (missing-module-docstring, C0114)
src/app.py#L43
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/app.py#L46
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
src/config.py#L1
Missing module docstring (missing-module-docstring, C0114)
Run linters
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/