chore: add more log in check-nl-at-eof.sh

This commit is contained in:
Zhongwen Deng 2022-03-08 14:56:44 +08:00
parent 512a5c3b8e
commit 02d9aae82d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ nl_at_eof() {
n=0
while read -r file; do
if ! nl_at_eof "$file"; then
echo "nl_at_eof: $file"
n=$(( n + 1 ))
fi
done < <(git ls-files)