Skip to content
Snippets Groups Projects
Commit 6dbcfa92 authored by Jan Bernoth's avatar Jan Bernoth
Browse files

Merge branch 'linter' into 'new-main'

#7, #6

Closes #7 and #6

See merge request innohs/ueq-erweiterung-dashboard!1
parents 32f202be 99cc44f2
No related branches found
No related tags found
No related merge requests found
.idea .idea
results results
src/__* src/__*
\ No newline at end of file *.zip
\ No newline at end of file
stages:
- lint
pylint:
image: "python:latest"
stage: lint
script:
- pip install pylint
- pylint src/main.py
\ No newline at end of file
[MESSAGES CONTROL]
disable = too-few-public-methods, too-many-branches, too-many-instance-attributes, import-error
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment