forked from ansible/molecule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pylintrc
57 lines (54 loc) · 1.28 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[MESSAGES CONTROL]
disable =
# TODO(ssbarnea): remove temporary skips adding during initial adoption:
abstract-method,
arguments-differ,
bad-continuation,
broad-except,
consider-merging-isinstance,
consider-using-in,
dangerous-default-value,
duplicate-code,
fixme,
implicit-str-concat,
import-error,
import-outside-toplevel,
inconsistent-return-statements,
invalid-name,
line-too-long,
logging-format-interpolation,
logging-not-lazy,
misplaced-comparison-constant,
missing-function-docstring,
missing-module-docstring,
no-else-raise,
no-else-return,
no-member,
no-self-argument,
no-self-use,
no-value-for-parameter,
not-callable,
protected-access,
raise-missing-from,
redefined-builtin,
redefined-outer-name,
subprocess-run-check,
super-init-not-called,
super-with-arguments,
too-few-public-methods,
too-many-ancestors,
too-many-arguments,
too-many-public-methods,
unidiomatic-typecheck,
unnecessary-comprehension,
unnecessary-lambda,
unused-argument,
unused-import,
unused-variable,
useless-object-inheritance,
useless-super-delegation,
[REPORTS]
output-format = colorized
[IMPORTS]
preferred-modules =
ansible:,