Skip to content

Commit 8ae76e6

Browse files
7ACruflin
authored andcommitted
filebeat: fix pylint in test_registrar (elastic#3763)
Disable all the warnings found globally, except for import-error which is just too broad.
1 parent be8cb0a commit 8ae76e6

2 files changed

Lines changed: 207 additions & 194 deletions

File tree

.pylintrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[MESSAGES CONTROL]
2+
3+
disable=too-many-lines,too-many-public-methods,too-many-statements
4+
5+
6+
[BASIC]
7+
8+
method-rgx=[a-z_][a-z0-9_]{2,50}$
9+
10+
11+
[FORMAT]
12+
13+
max-line-length=120

0 commit comments

Comments
 (0)