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)
|
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)"
|
||||||
|
|
Loading…
Reference in New Issue