Skip to content

Commit a703e32

Browse files
committed
style: check lint in test folder
1 parent 2f0825f commit a703e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else
2323
exit 1
2424
fi
2525

26-
file_list=$(find ini \( -name '*.h' -or -name '*.cpp' \))
26+
file_list=$(find ini test \( -name '*.h' -or -name '*.cpp' \))
2727
return_code=0
2828
for f in ${file_list}; do
2929
checker_cmd="${DIFF_EXE} -u <(cat ${f}) <(${CLANG_FORMATTER} ${f} -style=file)"

0 commit comments

Comments
 (0)