chore: ignore chekcing nl-at-eof for *.jks files
This commit is contained in:
parent
12942b676d
commit
55f427aa4d
|
@ -16,6 +16,9 @@ nl_at_eof() {
|
|||
scripts/erlfmt)
|
||||
return
|
||||
;;
|
||||
*.jks)
|
||||
return
|
||||
;;
|
||||
esac
|
||||
local lastbyte
|
||||
lastbyte="$(tail -c 1 "$file" 2>&1)"
|
||||
|
|
Loading…
Reference in New Issue