Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: components/cronet/pylintrc

Issue 1945023004: [Cronet] run pylint in Cronet presubmit check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/android/test/javaperftests/run.py ('k') | components/cronet/tools/cr_cronet.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/pylintrc
diff --git a/content/test/gpu/pylintrc b/components/cronet/pylintrc
similarity index 83%
copy from content/test/gpu/pylintrc
copy to components/cronet/pylintrc
index a197ea10759467674203cf953c2f13cfdb1801b3..b45622a467c21e07561277bc814864da9ffad286 100644
--- a/content/test/gpu/pylintrc
+++ b/components/cronet/pylintrc
@@ -1,8 +1,8 @@
[MESSAGES CONTROL]
# Disable the message, report, category or checker with the given id(s).
-# TODO(gpu-team): Shrink this list to as small as possible.
-disable=abstract-class-little-used,abstract-class-not-used,bad-continuation,broad-except,fixme,global-statement,interface-not-implemented,invalid-name,locally-disabled,locally-enabled,missing-docstring,no-self-use,protected-access,star-args,too-few-public-methods,too-many-arguments,too-many-branches,too-many-function-args,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-return-statements,too-many-statements,unused-argument
+# TODO(pauljensen): Shrink this list to as small as possible.
+disable=abstract-class-little-used,abstract-class-not-used,bad-continuation,broad-except,fixme,global-statement,interface-not-implemented,invalid-name,locally-disabled,locally-enabled,missing-docstring,no-self-use,protected-access,star-args,too-few-public-methods,too-many-arguments,too-many-branches,too-many-function-args,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-return-statements,too-many-statements,unused-argument,unnecessary-semicolon,bad-whitespace,superfluous-parens
[REPORTS]
« no previous file with comments | « components/cronet/android/test/javaperftests/run.py ('k') | components/cronet/tools/cr_cronet.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698