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

Side by Side Diff: third_party/gsutil/boto/pylintrc

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/gsutil/boto/docs/source/vpc_tut.rst ('k') | third_party/gsutil/boto/setup.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # lint Python modules using external checkers. 1 # lint Python modules using external checkers.
2 # 2 #
3 # This is the main checker controlling the other ones and the reports 3 # This is the main checker controlling the other ones and the reports
4 # generation. It is itself both a raw checker and an astng checker in order 4 # generation. It is itself both a raw checker and an astng checker in order
5 # to: 5 # to:
6 # * handle message activation / deactivation at the module level 6 # * handle message activation / deactivation at the module level
7 # * handle some basic but necessary stats'data (number of classes, methods...) 7 # * handle some basic but necessary stats'data (number of classes, methods...)
8 # 8 #
9 [MASTER] 9 [MASTER]
10 10
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 # Maximum number of lines in a module 296 # Maximum number of lines in a module
297 max-module-lines=1000 297 max-module-lines=1000
298 298
299 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 299 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
300 # tab). 300 # tab).
301 indent-string=' ' 301 indent-string=' '
302 302
303 303
304 [MESSAGES CONTROL] 304 [MESSAGES CONTROL]
305 disable-msg=C0301,C0111,C0103,R0201,W0702,C0324 305 disable-msg=C0301,C0111,C0103,R0201,W0702,C0324
OLDNEW
« no previous file with comments | « third_party/gsutil/boto/docs/source/vpc_tut.rst ('k') | third_party/gsutil/boto/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698