mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-27 17:39:34 -06:00
Tools/lint.sh: lint all of Source, not just Core
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user