aboutsummaryrefslogtreecommitdiff
path: root/tools/run-lint.sh
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-12-11 10:47:40 -0500
committerGitHub <noreply@github.com>2018-12-11 10:47:40 -0500
commit7d684cfa61363b7f1fedcef029c3e7ef4d958489 (patch)
tree399c54a015fd28dd497229c95f42b9e2bef56bee /tools/run-lint.sh
parent2869d18ad34673b52cecc858a58a29f1ce07e6c1 (diff)
downloadamber-7d684cfa61363b7f1fedcef029c3e7ef4d958489.tar.gz
Fix run-lint on mac (#166)
Diffstat (limited to 'tools/run-lint.sh')
-rwxr-xr-xtools/run-lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-lint.sh b/tools/run-lint.sh
index 6664d64..40bc8a7 100755
--- a/tools/run-lint.sh
+++ b/tools/run-lint.sh
@@ -15,5 +15,5 @@
set -e # fail on error
-./third_party/cpplint/cpplint/cpplint.py `find . -type f -regextype awk -regex "./(src|samples).*"`
+./third_party/cpplint/cpplint/cpplint.py `find src samples -type f`
./third_party/cpplint/cpplint/cpplint.py --root include `find ./include -type f`