aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2020-08-05 11:20:48 +1000
committerGravatar GitHub <noreply@github.com>2020-08-05 11:20:48 +1000
commit3f1d43115ff363ca07994b15ef2fead5d9a9d92e (patch)
tree7b6606f09d0a8c8d5b25e2c9feb8b6f282419ce4 /.pylintrc
parente15b72d833dd5c30f4cd4aed2ba06e64011ce73d (diff)
Clean up build infra. (#4251)
- Remove gcb folder. Move the files that we still need into the build/functions dir. - Remove badge_images. They are now stored on GCS. - Remove jenins configs.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc
index 00878f72..b551b213 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -139,7 +139,8 @@ disable=print-statement,
deprecated-sys-function,
exception-escape,
comprehension-escape,
- fixme
+ fixme,
+ import-error
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
@@ -582,4 +583,4 @@ overgeneral-exceptions=BaseException,
Exception
# Maximum number of characters on a single line.
-max-line-length=80 \ No newline at end of file
+max-line-length=80