From 4c92d8c81e6dada3688b5ba13f2762f1e27f5722 Mon Sep 17 00:00:00 2001 From: Michael M Date: Sun, 13 Aug 2017 19:03:21 -0700 Subject: [PATCH] Tools/lint.sh: lint all of Source, not just Core --- Tools/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/lint.sh b/Tools/lint.sh index 4341192146..c7ce3ed5b5 100755 --- a/Tools/lint.sh +++ b/Tools/lint.sh @@ -18,7 +18,7 @@ for f in ${modified_files}; do if ! echo "${f}" | egrep -q "[.](cpp|h|mm)$"; then continue fi - if ! echo "${f}" | egrep -q "^Source/Core"; then + if ! echo "${f}" | egrep -q "^Source"; then continue fi