baseimage-tutorial-framework/.pylintrc

13 lines
224 B
INI
Raw Normal View History

2018-04-13 14:28:30 +00:00
[TYPECHECK]
ignored-modules = zmq
2018-06-01 15:19:58 +00:00
max-line-length = 120
2018-05-10 15:08:40 +00:00
disable = missing-docstring, too-few-public-methods, invalid-name
2018-07-26 14:29:20 +00:00
[SIMILARITIES]
2019-08-28 14:40:23 +00:00
min-similarity-lines=8
2018-07-26 14:29:20 +00:00
ignore-comments=yes
ignore-docstrings=yes
ignore-imports=yes