forked from danni/django-postgres-composite-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pylintrc
33 lines (30 loc) · 763 Bytes
/
pylintrc
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
32
33
[MASTER]
load-plugins=pylint_mccabe,pylint_django
[REPORTS]
output-format=colorized
[MESSAGES CONTROL]
disable=
attribute-defined-outside-init,
bad-builtin,
duplicate-code,
fixme,
locally-disabled,
locally-enabled,
missing-super-argument,
model-missing-unicode,
no-self-use,
too-few-public-methods,
too-many-ancestors,
too-many-lines,
unused-argument,
RP0101,
RP0401,
RP0402,
RP0701,
RP0801,
[BASIC]
function-rgx=[a-z_][a-z0-9_]{2,50}$|test_[a-zA-Z_][a-zA-Z0-9_]{2,100}$|setUp$|tearDown$
method-rgx=[a-z_][a-z0-9_]{2,30}$|test_[a-zA-Z_][a-zA-Z0-9_]{2,100}$
attr-rgx=[a-z_][a-z0-9_]{2,30}$|maxDiff$
exclude-protected=_asdict,_fields,_replace,_source,_make,_meta
no-docstring-rgx=^Meta$|^_