c79f8ba88f
The saved characters weren't worth the increased difficulty when reading, and the fact that we were deviating from protobuf norms.
36 lines
616 B
INI
36 lines
616 B
INI
[MASTER]
|
|
ignore-patterns=.*_pb2.*
|
|
persistent = no
|
|
|
|
[TYPECHECK]
|
|
ignored-classes=
|
|
BrowserColumns,
|
|
BrowserRow,
|
|
FormatTimespanRequest,
|
|
CardAnswer,
|
|
QueuedCards,
|
|
UnburyDeckRequest,
|
|
BuryOrSuspendCardsRequest,
|
|
NoteFieldsCheckResponse,
|
|
BackendError,
|
|
SetDeckCollapsedRequest,
|
|
|
|
[REPORTS]
|
|
output-format=colorized
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=C,R,
|
|
fixme,
|
|
unused-wildcard-import,
|
|
attribute-defined-outside-init,
|
|
redefined-builtin,
|
|
wildcard-import,
|
|
broad-except,
|
|
bare-except,
|
|
unused-argument,
|
|
unused-variable,
|
|
redefined-outer-name,
|
|
global-statement,
|
|
protected-access,
|
|
arguments-differ,
|