diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-07 00:55:02 +0000 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-07 00:55:02 +0000 |
commit | 683844f6bb26d867ea6bd2fd89d7669ace45075a (patch) | |
tree | f013ac467116f5982409bf2a05eb4bf354dafecf /mapreduce/.pylintrc | |
parent | 1b7f579a881777a8e6fe517e9ee860ff875fe51f (diff) | |
download | sandcrawler-683844f6bb26d867ea6bd2fd89d7669ace45075a.tar.gz sandcrawler-683844f6bb26d867ea6bd2fd89d7669ace45075a.zip |
configs and README updates
Diffstat (limited to 'mapreduce/.pylintrc')
-rw-r--r-- | mapreduce/.pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapreduce/.pylintrc b/mapreduce/.pylintrc index 5dc3ce0..78e9e7f 100644 --- a/mapreduce/.pylintrc +++ b/mapreduce/.pylintrc @@ -7,4 +7,4 @@ include-ids=yes [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. -notes=FIXME,XXX +notes=FIXME,XXX,DELETEME |