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

Unified Diff: build/android/devil/pylintrc

Issue 1770943003: [Android] Remove chromium version of devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 | « build/android/devil/devil_env_test.py ('k') | build/android/devil/utils/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/pylintrc
diff --git a/build/android/devil/pylintrc b/build/android/devil/pylintrc
deleted file mode 100644
index 8005a5d276cbebfd6e12082a9481c5f08cfc8bd2..0000000000000000000000000000000000000000
--- a/build/android/devil/pylintrc
+++ /dev/null
@@ -1,15 +0,0 @@
-[FORMAT]
-
-max-line-length=80
-
-[MESSAGES CONTROL]
-
-disable=abstract-class-not-used,bad-continuation,bad-indentation,duplicate-code,fixme,invalid-name,locally-disabled,locally-enabled,missing-docstring,star-args,too-few-public-methods,too-many-arguments,too-many-branches,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-statements,
-
-[REPORTS]
-
-reports=no
-
-[VARIABLES]
-
-dummy-variables-rgx=^_.*$|dummy
« no previous file with comments | « build/android/devil/devil_env_test.py ('k') | build/android/devil/utils/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698