aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.pylintrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-07 02:24:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-07 02:27:09 +0300
commit7274a5d036ab7c3b9af2f2fd5da0594f23a934e1 (patch)
treef2ef10dbcb40b1d753da35d08bcd70e6ba1b0d51 /.pylintrc
parentboost/build: add the --link parameter (diff)
downloadcmake-common-7274a5d036ab7c3b9af2f2fd5da0594f23a934e1.tar.gz
cmake-common-7274a5d036ab7c3b9af2f2fd5da0594f23a934e1.zip
add PyLint configuration
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..81d8b4e
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,5 @@
+[MESSAGES CONTROL]
+
+disable=invalid-name,missing-docstring
+
+ignored-modules=build