1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-15 22:00:05 +00:00

pylint #R0917

This commit is contained in:
deadc0de6
2024-10-09 11:00:31 +02:00
parent af6638f1e7
commit 328a664adf

View File

@@ -79,6 +79,7 @@ echo "checking dotdrop with pylint"
# R0912: too-many-branches
# R0911: too-many-return-statements
# R0904: too-many-public-methods
# R0917: too-many-positional-arguments
pylint \
--disable=R0902 \
--disable=R0913 \
@@ -88,6 +89,7 @@ pylint \
--disable=R0912 \
--disable=R0911 \
--disable=R0904 \
--disable=R0917 \
dotdrop/
# check shell scripts