fixing not detecting .pylintrc
This commit is contained in:
parent
472462af50
commit
74a72b9789
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ backend-pylint:
|
|||
- pylint --version
|
||||
- cd ..
|
||||
script:
|
||||
- pylint backend/src/* --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter > codeclimate.json
|
||||
- pylint backend/src/* --exit-zero --output-format=pylint_gitlab.GitlabPagesHtmlReporter > public/index.html
|
||||
- pylint backend/src/* --rcfile=backend/.pylintrc --exit-zero --output-format=pylint_gitlab.GitlabCodeClimateReporter > codeclimate.json
|
||||
- pylint backend/src/* --rcfile=backend/.pylintrc --exit-zero --output-format=pylint_gitlab.GitlabPagesHtmlReporter > public/index.html
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue