mirror of
https://github.com/drewkerrigan/nagios-http-json.git
synced 2024-11-21 18:03:48 +01:00
6 lines
359 B
INI
6 lines
359 B
INI
# pylint config
|
|
[MESSAGES CONTROL]
|
|
disable=line-too-long, redefined-outer-name, too-many-arguments, too-many-instance-attributes, fixme, invalid-name, superfluous-parens, missing-function-docstring, missing-module-docstring, multiple-imports, no-else-return, too-many-return-statements, too-many-branches, too-many-statements
|
|
[MASTER]
|
|
ignore-patterns=^test.*
|