aboutsummaryrefslogtreecommitdiffstats
path: root/mapreduce/.pylintrc
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-04-06 14:56:10 -0700
committerBryan Newbold <bnewbold@archive.org>2018-04-06 14:56:10 -0700
commitaa15883fcbfc31546d4d94f2089e177dc481cc48 (patch)
tree3868569588179b13881a93633016a90d088256dc /mapreduce/.pylintrc
parent772880c0e8adae1d20ae19f00e295bf2f8e895c6 (diff)
downloadsandcrawler-aa15883fcbfc31546d4d94f2089e177dc481cc48.tar.gz
sandcrawler-aa15883fcbfc31546d4d94f2089e177dc481cc48.zip
add pylint to CI
Diffstat (limited to 'mapreduce/.pylintrc')
-rw-r--r--mapreduce/.pylintrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/mapreduce/.pylintrc b/mapreduce/.pylintrc
new file mode 100644
index 0000000..2ec9967
--- /dev/null
+++ b/mapreduce/.pylintrc
@@ -0,0 +1,10 @@
+[MESSAGES CONTROL]
+disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223
+
+[REPORTS]
+output-format=colorized
+include-ids=yes
+
+[MISCELLANEOUS]
+# List of note tags to take in consideration, separated by a comma.
+notes=FIXME,XXX