Commit 1d1a2c8d by Calen Pennington

Disable a few more unneeded pylint alarms

parent a1c375b4
...@@ -36,8 +36,10 @@ load-plugins= ...@@ -36,8 +36,10 @@ load-plugins=
disable= disable=
# W0141: Used builtin function 'map' # W0141: Used builtin function 'map'
# W0142: Used * or ** magic # W0142: Used * or ** magic
# R0901: Too many ancestors
# R0903: Too few public methods (1/2) # R0903: Too few public methods (1/2)
W0141,W0142,R0903 # R0904: Too many public methods
W0141,W0142,R0901,R0903,R0904
[REPORTS] [REPORTS]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment