mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Fixup lint errors.
This CL fixes up the various lint errors. Change-Id: If4d3077b55aadec33980452c43917194d803fac6 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/31680 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
de6938789c
commit
d5fd7e02ba
@@ -15,5 +15,6 @@
|
||||
|
||||
set -e # fail on error
|
||||
|
||||
./third_party/cpplint/cpplint/cpplint.py --root=. `find src -type f`
|
||||
./third_party/cpplint/cpplint/cpplint.py --root=. `find samples -type f`
|
||||
FILTER="-runtime/references"
|
||||
./third_party/cpplint/cpplint/cpplint.py --root=. --filter="$FILTER" `find src -type f`
|
||||
./third_party/cpplint/cpplint/cpplint.py --root=. --filter="$FILTER" `find samples -type f`
|
||||
|
||||
Reference in New Issue
Block a user