Skip to content
Snippets Groups Projects
Commit 67c37570 authored by Jan Mach's avatar Jan Mach
Browse files

Tweaked custom PyLint configuration file.

parent 340d5b9b
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ allow-global-unused-variables=yes ...@@ -189,7 +189,7 @@ allow-global-unused-variables=yes
# List of strings which can identify a callback function by name. A callback # List of strings which can identify a callback function by name. A callback
# name must start or end with one of those strings. # name must start or end with one of those strings.
callbacks=cb_,_cb callbacks=cb_,_cb,cbk_,_cbk
# A regular expression matching the name of dummy variables (i.e. expectedly # A regular expression matching the name of dummy variables (i.e. expectedly
# not used). # not used).
...@@ -355,7 +355,7 @@ valid-metaclass-classmethod-first-arg=mcs ...@@ -355,7 +355,7 @@ valid-metaclass-classmethod-first-arg=mcs
[DESIGN] [DESIGN]
# Maximum number of arguments for function / method # Maximum number of arguments for function / method
max-args=5 max-args=6
# Maximum number of attributes for a class (see R0902). # Maximum number of attributes for a class (see R0902).
max-attributes=7 max-attributes=7
......
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