Descriptionapp_list: Elevate the verbosity level to 1.
This elevates it from 4 or 5 depending if it is a normal file or unit
test file to 1 for everything.
Used the following command line to lint the files:
$ for in $(g ls-files ui/app_list/ | grep -E '.*\.(cc|h)$' | grep -v
cocoa); do cpplint.py --verbose=1 $f; done
BUG=None
TEST=see above
R=tapted@chromium.org
Committed: https://crrev.com/5d9e90918f4215d63eb9706df76b648e33b68c04
Cr-Commit-Position: refs/heads/master@{#318745}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|