diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-29 13:13:20 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-29 13:13:20 +0000 |
commit | d06a34e73f61647716e5088f3d89718f3973c556 (patch) | |
tree | 29a657555332a5fee3e0f6fb442c1fc6807464e4 | |
parent | fix READMEs, code style, etc. (diff) | |
download | cmake-common-d06a34e73f61647716e5088f3d89718f3973c556.tar.gz cmake-common-d06a34e73f61647716e5088f3d89718f3973c556.zip |
.pylintrc: disable more stupid warnings
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ [MESSAGES CONTROL] -disable=invalid-name,missing-docstring +disable=invalid-name,missing-docstring,too-few-public-methods,too-many-arguments,too-many-instance-attributes |