summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.conf')
-rw-r--r--pylint.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/pylint.conf b/pylint.conf
new file mode 100644
index 0000000..43750b5
--- /dev/null
+++ b/pylint.conf
@@ -0,0 +1,14 @@
+[MASTER]
+persistent=no
+
+[MESSAGES CONTROL]
+disable=
+ invalid-name,
+ missing-docstring,
+ unused-argument
+
+[REPORTS]
+reports=no
+
+[SIMILARITIES]
+min-similarity-lines=999