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
Krish Moodbidri
self-reg-form
Commits
87afd04f
Commit
87afd04f
authored
May 14, 2020
by
Bo-Chun Chen
Browse files
Merge into one job to save some time
parent
dc7b60b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
87afd04f
...
...
@@ -8,17 +8,10 @@ before_script:
stages
:
-
lint
flake8
:
linting
:
tags
:
-
lint
stage
:
lint
script
:
-
flake8 --exclude=tests.py --max-line-length=120 *.py app
pylint
:
tags
:
-
lint
stage
:
lint
script
:
-
pylint --ignore=tests.py --max-line-length=120 *.py app
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