Files
markbench-tests/pylintrc
2025-01-14 14:24:50 -08:00

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