mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-06 20:53:52 -05:00
17 lines
336 B
INI
17 lines
336 B
INI
[DESIGN]
|
|
# Maximum number of branch for function / method body
|
|
max-branches = 15
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=
|
|
import-error,
|
|
wrong-import-order,
|
|
wrong-import-position,
|
|
broad-exception-caught,
|
|
line-too-long,
|
|
too-many-statements,
|
|
broad-exception-raised,
|
|
fixme,
|
|
c-extension-no-member,
|
|
duplicate-code
|