aboutsummaryrefslogtreecommitdiff
path: root/src/test.do
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.do')
-rw-r--r--src/test.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.do b/src/test.do
index 76771c0..9791cea 100644
--- a/src/test.do
+++ b/src/test.do
@@ -1,5 +1,5 @@
. ../config.rc
redo-ifchange cpt-lib
exec >&2
-find . ../contrib -name 'cpt-*' ! -name '*.*' -exec shellcheck -x -f gcc {} +
+find . ../contrib -name 'cpt-*' ! -name '*.*' -exec shellcheck -e 2119 -x -f gcc {} +
PHONY