summaryrefslogtreecommitdiffstats
path: root/pylintrc
diff options
context:
space:
mode:
authorJoakim Koljonen <koljonen@outlook.com>2017-03-17 03:21:59 +0100
committerJoakim Koljonen <koljonen@outlook.com>2017-03-17 03:33:41 +0100
commit76b6098afd2581a908cfa451ab8fe5b7b01de15c (patch)
tree0f3d5e743ff39e9896cf579a59efbe8f9325d437 /pylintrc
parent6188c86201484fcbf715ad08dc795447293122e2 (diff)
Make pylint happier with metadata.py
A bunch of cosmetic changes to be more compliant with PEP80 and pylint. And I added a pylintrc so that we can ignore some rules that just add too much clutter.
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
new file mode 100644
index 00000000..4aa448df
--- /dev/null
+++ b/pylintrc
@@ -0,0 +1,2 @@
+[MESSAGES CONTROL]
+disable=missing-docstring,invalid-name \ No newline at end of file