forked from ansible/molecule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pylintrc
More file actions
44 lines (30 loc) · 645 Bytes
/
.pylintrc
File metadata and controls
44 lines (30 loc) · 645 Bytes
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
[MASTER]
[MESSAGES CONTROL]
disable=
cyclic-import,
duplicate-code,
fixme,
line-too-long,
locally-disabled,
maybe-no-member,
missing-docstring,
no-self-use,
too-few-public-methods,
too-many-arguments,
too-many-instance-attributes,
[REPORTS]
output-format=text
reports=no
[BASIC]
variable-rgx=[a-z_][a-z0-9_]{0,30}$
argument-rgx=[a-z_][a-z0-9_]{0,30}$
[FORMAT]
max-line-length=79
max-module-lines=1000
[VARIABLES]
additional-builtins=_
dummy-variables-rgx=_|dummy
[CLASSES]
defining-attr-methods=__init__,__new__,setUp,initialize
[IMPORTS]
deprecated-modules=regsub,TERMIOS,Bastion,rexec