From 02d9aae82d546ff89e9c0bac1bfab1a49a568564 Mon Sep 17 00:00:00 2001 From: Zhongwen Deng Date: Tue, 8 Mar 2022 14:56:44 +0800 Subject: [PATCH] chore: add more log in check-nl-at-eof.sh --- scripts/check-nl-at-eof.sh | 1 + 1 file changed, 1 insertion(+) 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)