Skip to content
Snippets Groups Projects
Commit 87afd04f authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge into one job to save some time

parent dc7b60b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
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