youtubebeat/vendor/github.com/elastic/beats/.pylintrc

14 lines
164 B
INI
Raw Normal View History

2018-11-18 11:08:38 +01:00
[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