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

Unified Diff: blimp/tools/pylintrc

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 years, 11 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 | « blimp/tools/generate-target-manifest.py ('k') | blimp/tools/tests-manifest-blacklist.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/tools/pylintrc
diff --git a/blimp/tools/pylintrc b/blimp/tools/pylintrc
deleted file mode 100644
index b3ab9b775119af971d9f89be514722fac6b84f56..0000000000000000000000000000000000000000
--- a/blimp/tools/pylintrc
+++ /dev/null
@@ -1,23 +0,0 @@
-[BASIC]
-
-function-rgx=[A-Z_][a-zA-Z0-9_]{2,30}$
-method-rgx=[a-z_][a-zA-Z0-9_]{2,30}$
-
-good-names=e,f,i,j,k,main,_
-
-[FORMAT]
-
-indent-string=' '
-max-line-length=80
-
-[MESSAGES CONTROL]
-
-disable=invalid-name,missing-docstring,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 | « blimp/tools/generate-target-manifest.py ('k') | blimp/tools/tests-manifest-blacklist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698