Skip to content
Snippets Groups Projects
Commit 82cdcc7d authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Merge branch 'feat-ci-linting' into 'master'

Linting with CI pipeline

See merge request rc/self-reg-form!1
parents f0f1d300 ac1527de
No related branches found
No related tags found
1 merge request!1Linting with CI pipeline
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
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