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
rc
self-reg-form
Commits
82cdcc7d
Commit
82cdcc7d
authored
May 19, 2020
by
Krish Moodbidri
Browse files
Merge branch 'feat-ci-linting' into 'master'
Linting with CI pipeline See merge request
!1
parents
f0f1d300
ac1527de
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
82cdcc7d
image
:
"
python:3.7"
before_script
:
-
python --version
-
pip install pylint
stages
:
-
lint
linting
:
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