aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-29 13:13:20 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-03-29 13:13:20 +0000
commitd06a34e73f61647716e5088f3d89718f3973c556 (patch)
tree29a657555332a5fee3e0f6fb442c1fc6807464e4
parentfix READMEs, code style, etc. (diff)
downloadcmake-common-d06a34e73f61647716e5088f3d89718f3973c556.tar.gz
cmake-common-d06a34e73f61647716e5088f3d89718f3973c556.zip
.pylintrc: disable more stupid warnings
Diffstat (limited to '')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index bccfc70..c4c2cd6 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -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