Adjust settings for linters (#23)

This commit is contained in:
Sergey Petrov
2017-01-08 13:07:22 +03:00
committed by GitHub
parent d72990625f
commit b917868b15
6 changed files with 28 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
[DESIGN]
max-args = 10
max-attributes = 10
[FORMAT]
max-line-length=120
[MESSAGES CONTROL]
disable =
# Missing docstring
C0111,
# Too few public methods
R0903