Skip to content
Snippets Groups Projects
Commit a833a541 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Tone down .pylintrc.

parent 66955b6f
Branches
Tags
No related merge requests found
...@@ -70,11 +70,11 @@ max-branchs=12 ...@@ -70,11 +70,11 @@ max-branchs=12
max-statements=50 max-statements=50
max-parents=7 max-parents=7
max-attributes=7 max-attributes=7
min-public-methods=2 min-public-methods=1
max-public-methods=20 max-public-methods=20
[IMPORTS] [IMPORTS]
deprecated-modules=regsub,string,TERMIOS,Bastion,rexec deprecated-modules=regsub,TERMIOS,Bastion,rexec
import-graph= import-graph=
ext-import-graph= ext-import-graph=
int-import-graph= int-import-graph=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment