aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-07-31 17:42:41 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2019-08-02 14:31:22 +0300
commitfa38aa378e4be90a68632ababee46c7365089931 (patch)
treef62debc40c4b2d4b992662306e0b4d6731a6897f /.pylintrc
parent7aecfb1540836ef0702dffa9ed2f149d27d6df85 (diff)
downloadmeson-fa38aa378e4be90a68632ababee46c7365089931.zip
meson-fa38aa378e4be90a68632ababee46c7365089931.tar.gz
meson-fa38aa378e4be90a68632ababee46c7365089931.tar.bz2
add pylint config file. update Sider CI name
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..10483d3
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,9 @@
+[MASTER]
+jobs=0
+
+[REPORTS]
+score=no
+
+[MESSAGES CONTROL]
+disable=all
+enable=unreachable \ No newline at end of file