diff options
author | EuAndreh <eu@euandre.org> | 2023-03-26 08:44:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-26 08:44:14 -0300 |
commit | 66740ce36f6a381c3358430a67c0d67fedbf4bda (patch) | |
tree | 0b34320a8a2395640d1b35e502a404417a5522a8 | |
parent | share/aux-repo/: Add common test scripts (diff) | |
download | dotfiles-66740ce36f6a381c3358430a67c0d67fedbf4bda.tar.gz dotfiles-66740ce36f6a381c3358430a67c0d67fedbf4bda.tar.xz |
Makefile: Exclude share/aux-repo from ShellCheck
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ $(lisp-images): $(XDG_CONFIG_HOME)/lisp-cli/init.lisp bin/cl bin/li check-shellcheck: git ls-files | \ + grep -v '^share/aux-repo' | \ sor 'test -f' | \ xargs awk '/^#!\/bin\/sh$$/ { print FILENAME } { nextfile }' | \ xargs shellcheck -x |