Skip to content

Commit 18b954d

Browse files
committed
Remove design check disabling in test/demo which are disabled by default.
1 parent 4976986 commit 18b954d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

run_pylint.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
TEST_DISABLED_MESSAGES = [
2525
'invalid-name',
2626
'missing-docstring',
27-
'too-many-public-methods',
28-
'too-few-public-methods',
2927
'attribute-defined-outside-init',
3028
'unbalanced-tuple-unpacking',
3129
'too-many-lines',

0 commit comments

Comments
 (0)