aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-26 08:44:14 -0300
committerEuAndreh <eu@euandre.org>2023-03-26 08:44:14 -0300
commit66740ce36f6a381c3358430a67c0d67fedbf4bda (patch)
tree0b34320a8a2395640d1b35e502a404417a5522a8
parentshare/aux-repo/: Add common test scripts (diff)
downloaddotfiles-66740ce36f6a381c3358430a67c0d67fedbf4bda.tar.gz
dotfiles-66740ce36f6a381c3358430a67c0d67fedbf4bda.tar.xz
Makefile: Exclude share/aux-repo from ShellCheck
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68899b2..8e00e8a 100644
--- a/Makefile
+++ b/Makefile
@@ -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