Lines Matching refs:cpplint
68 cpplint = true
71 cpplint = --filter=-x ${PREUPLOAD_FILES}
199 * `cpplint`: Run through the cpplint tool (for C++ code).
220 # Turn on cpplint checking.
221 cpplint = true
240 # Pass more filter args to cpplint.
241 cpplint = --filter=-x ${PREUPLOAD_FILES}
262 # Run cpplint on all projects except ones under external/ and vendor/.
263 # The "external" and "vendor" projects, if they exist, will still run cpplint.
264 cpplint = external/* vendor/*
285 * `cpplint`: used for the `cpplint` builtin hook.