aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorJonathan Metzman <metzman@chromium.org>2021-01-20 12:34:29 -0800
committerJonathan Metzman <metzman@chromium.org>2021-01-20 13:25:56 -0800
commit2b26c5446f7a55d52259aad4bef342d28bdd087a (patch)
tree212a7ad7ac7a029dfa4bfdd3294ab39a4b2bbedb /.pylintrc
parentb998058ef3c6a27fe179b0ab3db8cb08ad766d85 (diff)
downloadoss-fuzz-2b26c5446f7a55d52259aad4bef342d28bdd087a.tar.gz
Lint everything (and test everything too?
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 02abe5f6c..141ea83f5 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -7,7 +7,7 @@ extension-pkg-whitelist=
# Add files or directories to the blacklist. They should be base names, not
# paths.
-ignore=CVS
+ignore=CVS,base-clang,base-sanitizer-libs-builder
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.