Skip to content

Commit

Permalink
tests: pylint: enable protected access check
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Sep 20, 2024
1 parent 3fc0362 commit e0d36a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/pylint/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use "--disable=all --enable=classes
# --disable=W".
# TODO: Remove protected access and fix usages. We really want to have it enabled!
# TODO: Try to remove R (refactoring) or make them smaller.
disable=protected-access,
fixme,
disable=fixme,
global-statement,
unused-argument,
unused-wildcard-import,
Expand Down

0 comments on commit e0d36a2

Please sign in to comment.