Skip to content

Commit

Permalink
lint: remove protected-access / W0212 from configuration
Browse files Browse the repository at this point in the history
No occurrence of this warning was found in avocado/utils.

Reference: https://pylint.pycqa.org/en/latest/user_guide/messages/warning/protected-access.html
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Oct 23, 2024
1 parent 667f53b commit f8537a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pylintrc_utils
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ disable=C0103,
R1724,
R1729,
R1730,
R1732,
W0212
R1732

[REPORTS]

Expand Down

0 comments on commit f8537a5

Please sign in to comment.