pylintno longer works in our setup

This commit is contained in:
Michael Jerger 2024-08-22 08:25:33 +02:00
parent 58a1b005e9
commit 0935eae193

View file

@ -140,13 +140,7 @@ def lint(project):
shell=True,
check=True,
)
run(
"pylint -d W0511,R0903,C0301,W0614,C0114,C0115,C0116,similarities,W1203,W0702,W0702,"
+ "R0913,R0902,R0914,R1732,R1705,W0707,C0123,W0703,C0103 src/main/python/ddadevops/",
shell=True,
check=True,
)
@task
def patch(project):