chore: ignore chekcing nl-at-eof for *.jks files

This commit is contained in:
JianBo He 2023-03-20 09:55:25 +08:00
parent 12942b676d
commit 55f427aa4d
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ nl_at_eof() {
scripts/erlfmt) scripts/erlfmt)
return return
;; ;;
*.jks)
return
;;
esac esac
local lastbyte local lastbyte
lastbyte="$(tail -c 1 "$file" 2>&1)" lastbyte="$(tail -c 1 "$file" 2>&1)"