Skip to content
Snippets Groups Projects

Update gitlab ci configuration

Closed Bo-Chun Chen requested to merge update-gitlab-ci into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -5,11 +5,11 @@ before_script:
- pip install pylint
stages:
- lint
- linting
linting:
stage: linting
tags:
- lint
stage: lint
script:
- pylint --ignore=tests.py --max-line-length=79 *.py app
Loading