Skip to content

Commit

Permalink
filebeat: fix pylint in test_registrar (#3763)
Browse files Browse the repository at this point in the history
Disable all the warnings found globally, except for import-error which
is just too broad.
  • Loading branch information
7AC authored and ruflin committed Mar 24, 2017
1 parent be8cb0a commit 8ae76e6
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 194 deletions.
13 changes: 13 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[MESSAGES CONTROL]

disable=too-many-lines,too-many-public-methods,too-many-statements


[BASIC]

method-rgx=[a-z_][a-z0-9_]{2,50}$


[FORMAT]

max-line-length=120
Loading

0 comments on commit 8ae76e6

Please sign in to comment.