Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bo-Chun Chen
self-reg-form
Commits
a77bbcf5
Commit
a77bbcf5
authored
May 04, 2022
by
Bo-Chun Chen
Browse files
Add pylint to gitlab-ci
parent
ae32d339
Pipeline
#6093
failed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a77bbcf5
...
...
@@ -14,7 +14,7 @@ before_script:
-
python --version
-
python3 -m venv venv
-
source venv/bin/activate
-
pip install black==22.3.0 flake8==4.0.1
-
pip install black==22.3.0 flake8==4.0.1
pylint==2.13.8
stages
:
-
lint
...
...
@@ -32,3 +32,10 @@ flake8:
stage
:
lint
script
:
-
flake8 .
pylint
:
tags
:
-
lint
stage
:
lint
script
:
-
pylint app *.py
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment