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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [BASIC]
2
3 function-rgx=[A-Z_][a-zA-Z0-9_]{2,30}$
4 method-rgx=[a-z_][a-zA-Z0-9_]{2,30}$
5
6 good-names=e,f,i,j,k,main,_
7
8 [FORMAT]
9
10 indent-string=' '
11 max-line-length=80
12
13 [MESSAGES CONTROL]
14
15 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,t oo-many-public-methods,too-many-statements,
16
17 [REPORTS]
18
19 reports=no
20
21 [VARIABLES]
22
23 dummy-variables-rgx=^_.*$|dummy
OLDNEW
« 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