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
Krish Moodbidri
self-reg-form
Commits
c8b0482b
Commit
c8b0482b
authored
Oct 06, 2020
by
Krish Moodbidri
Browse files
Merge branch 'flask-v0.1' of
https://gitlab.rc.uab.edu/krish94/self-reg-form
into flask-v0.1
parents
9f70012a
c687da4b
Pipeline
#3445
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
c8b0482b
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
Markdown
is supported
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