Skip to content
Snippets Groups Projects

Update gitlab ci configuration

Closed Bo-Chun Chen requested to merge update-gitlab-ci into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -12,4 +12,4 @@ linting:
- lint
stage: lint
script:
- pylint --ignore=tests.py --max-line-length=120 *.py app
- pylint --ignore=tests.py --max-line-length=79 *.py app
Loading