Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
common: disable too-many-locals in pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Nov 15, 2021
1 parent b5e2a30 commit 42b3b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/pylint.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# too-many-instance-attributes - (X>7) XXX requires consideration
# no-self-use - XXX requires consideration
# consider-using-f-string - f-string is not supported on Debian 9 with python v3.5.3 and pylint3 v1.6.5
disable=fixme,too-few-public-methods,too-many-arguments,too-many-instance-attributes,no-self-use,consider-using-f-string
# too-many-locals - (X>15) XXX requires consideration
disable=fixme,too-few-public-methods,too-many-arguments,too-many-instance-attributes,no-self-use,consider-using-f-string,too-many-locals


[FORMAT]
Expand Down

0 comments on commit 42b3b7e

Please sign in to comment.