Skip to content

Commit 8e90b89

Browse files
committed
Remove informational only so pylint will work + exclude some warnings for now
1 parent 2bf00fc commit 8e90b89

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pylintrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
too-many-boolean-expressions,
5151
unused-argument,
5252
wrong-import-order,
53+
raise-missing-from,
54+
missing-class-docstring,
55+
missing-function-docstring,
56+
missing-module-docstring,
57+
too-many-nested-blocks,
58+
# for now (20201031) added the below while we are codemerging/-improving
59+
# missing-class-docstring
60+
# missing-function-docstring
61+
# missing-module-docstring
62+
# too-many-nested-blocks => inherent with fixing complexity
5363
enable=
5464
use-symbolic-message-instead
5565

0 commit comments

Comments
 (0)