Tools/lint.sh: lint all of Source, not just Core
This commit is contained in:
parent
7d791cb6f6
commit
4c92d8c81e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue