pylintno longer works in our setup
This commit is contained in:
parent
58a1b005e9
commit
0935eae193
1 changed files with 1 additions and 7 deletions
8
build.py
8
build.py
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue