mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Set root folder for linter.
This CL sets the root folder to be used by the linter when determining header guards. Bug: tint:23 Change-Id: I52ce8d3cd67e9882d4ea8a2c9cbd2d5d5650d5b7 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/17205 Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
committed by
dan sinclair
parent
2c56dd9099
commit
b595052ea3
@@ -15,5 +15,5 @@
|
||||
|
||||
set -e # fail on error
|
||||
|
||||
./third_party/cpplint/cpplint/cpplint.py `find src -type f`
|
||||
./third_party/cpplint/cpplint/cpplint.py `find samples -type f`
|
||||
./third_party/cpplint/cpplint/cpplint.py --root=. `find src -type f`
|
||||
./third_party/cpplint/cpplint/cpplint.py --root=. `find samples -type f`
|
||||
|
||||
Reference in New Issue
Block a user