Explorar o código

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

JianBo He %!s(int64=3) %!d(string=hai) anos
pai
achega
55f427aa4d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      scripts/check-nl-at-eof.sh

+ 3 - 0
scripts/check-nl-at-eof.sh

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