Fix CI: Removed R0201
This has been moved to optional and does not need to be disabled by us.
This commit is contained in:
parent
d263ba73ce
commit
b510314135
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ pylint:
|
|||
stage: lint&test
|
||||
script:
|
||||
- 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:
|
||||
stage: lint&test
|
||||
|
|
Loading…
Reference in a new issue