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

Rename stage to linting

parent e9caf230
No related branches found
No related tags found
2 merge requests!20WIP: Update gitlab ci,!19Update gitlab ci configuration
......@@ -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
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