File size: 451 Bytes
f4a41d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
[MAIN]
ignored-modules=modules
suggestion-mode=yes
[FORMAT]
max-module-lines=300
[BASIC]
const-naming-style=UPPER_CASE
[DESIGN]
max-attributes=15
[MESSAGES CONTROL]
disable=
line-too-long,
missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
too-many-arguments,
fixme,
[STRING]
check-quote-consistency=yes
[Logging]
logging-format-style=new
[REPORTS]
output-format=text
msg-template="[{C}]{line:3d}: {msg}" |