fixing not detecting .pylintrc

This commit is contained in:
Firq 2023-10-01 22:37:13 +02:00
parent 472462af50
commit 74a72b9789
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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