diff --git a/scripts/check-nl-at-eof.sh b/scripts/check-nl-at-eof.sh index 98b760390..32b774b3b 100755 --- a/scripts/check-nl-at-eof.sh +++ b/scripts/check-nl-at-eof.sh @@ -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)