Descriptionapp_list: Enable level 1 of cpplint, be stricker.
Otherwise we are not checking the following, because depot_tool's
presubmit_canned_checks.py:CheckChangeLintsClean filters them:
* build/include
* build/include_order
* build/namespace
* readability/casting
* runtime/int
* runtime/virtual
* whitespace/braces
* readability/inheritance
Entries were found with the following command line:
$ for f in $(g ls-files ui/app_list | grep ".*\cc$" | grep -v cocoa); do
cpplint.py $f; done
And
$ for f in $(g ls-files ui/app_list | grep ".*\h$" | grep -v cocoa); do
cpplint.py $f; done
They were cleaned up until no errors were reported.
BUG=None
TEST=see above
R=tapted@chromium.org
Committed: https://crrev.com/7fb9084142c40eca614f2fda14223489cbc06eb9
Cr-Commit-Position: refs/heads/master@{#307685}
Patch Set 1 #Patch Set 2 : git cl format #Patch Set 3 : revert PRESUBMIT.py changes #
Messages
Total messages: 12 (1 generated)
|