Skip to content
Snippets Groups Projects
Commit 10de617d authored by Calen Pennington's avatar Calen Pennington
Browse files

Squelch a few more pylint exceptions

parent 9f99c900
No related merge requests found
......@@ -36,10 +36,12 @@ load-plugins=
disable=
# W0141: Used builtin function 'map'
# W0142: Used * or ** magic
# R0201: Method could be a function
# R0901: Too many ancestors
# R0902: Too many instance attributes
# R0903: Too few public methods (1/2)
# R0904: Too many public methods
W0141,W0142,R0901,R0903,R0904
W0141,W0142,R0201,R0901,R0902,R0903,R0904
[REPORTS]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment