Fix CI: Removed R0201

This has been moved to optional and does not need
to be disabled by us.
This commit is contained in:
erik 2023-04-19 15:40:57 +02:00
parent d263ba73ce
commit b510314135

View file

@ -28,7 +28,7 @@ pylint:
stage: lint&test stage: lint&test
script: script:
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
- pylint -d C0301,W0614,R0201,C0114,C0115,C0116,similarities,W0702,W0702,R0913,R0902,R0914,R1732 src/main/python/ddadevops/*.py - pylint -d C0301,W0614,C0114,C0115,C0116,similarities,W0702,W0702,R0913,R0902,R0914,R1732 src/main/python/ddadevops/*.py
pytest: pytest:
stage: lint&test stage: lint&test