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 |