mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
refactoring
This commit is contained in:
3
tests.sh
vendored
3
tests.sh
vendored
@@ -39,7 +39,7 @@ echo "testing with pylint"
|
||||
# R0915: too-many-statements
|
||||
# R0912: too-many-branches
|
||||
# R0911: too-many-return-statements
|
||||
# C0209: consider-using-f-string
|
||||
# R0904: too-many-public-methods
|
||||
pylint \
|
||||
--disable=R0902 \
|
||||
--disable=R0913 \
|
||||
@@ -48,6 +48,7 @@ pylint \
|
||||
--disable=R0915 \
|
||||
--disable=R0912 \
|
||||
--disable=R0911 \
|
||||
--disable=R0904 \
|
||||
dotdrop/
|
||||
|
||||
set +e
|
||||
|
||||
Reference in New Issue
Block a user