Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
UEQ+ Kategorieerweiterung - Dashboard + VR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
innohs_one
UEQ+ Kategorieerweiterung - Dashboard + VR
Commits
6dbcfa92
Commit
6dbcfa92
authored
1 year ago
by
Jan Bernoth
Browse files
Options
Downloads
Plain Diff
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
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
.pylintrc
+3
-0
3 additions, 0 deletions
.pylintrc
src/main.py
+387
-179
387 additions, 179 deletions
src/main.py
with
401 additions
and
180 deletions
.gitignore
+
2
−
1
View file @
6dbcfa92
.idea
.idea
results
results
src/__*
src/__*
\ No newline at end of file
*.zip
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
0 → 100644
+
9
−
0
View file @
6dbcfa92
stages
:
-
lint
pylint
:
image
:
"
python:latest"
stage
:
lint
script
:
-
pip install pylint
-
pylint src/main.py
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.pylintrc
0 → 100644
+
3
−
0
View file @
6dbcfa92
[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.
Click to expand it.
src/main.py
+
387
−
179
View file @
6dbcfa92
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment