Merge pull request #5925 from ligfx/fixlinterrors

Tools/lint.sh: lint all of Source, not just Core
This commit is contained in:
Pierre Bourdon 2017-08-14 05:12:55 +02:00 committed by GitHub
commit 1b2751d3dc
2 changed files with 5 additions and 5 deletions

View File

@ -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