Exceptions are now dealt with on a case-by-case basis. Drop global
exceptions.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 4a23e16c..83fc4757 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,7 +221,7 @@ update-doc:
        (cd doc && $(MAKE) update-doc)
 
 shellcheck:
-       (find . -name \*.sh && echo "gen_defs muttbug prepare") | xargs 
shellcheck --exclude=SC2003,SC2006,SC2086,SC2162,SC2046
+       (find . -name \*.sh && echo "gen_defs muttbug prepare") | xargs 
shellcheck
 
 tabcheck:
        find . -name '*.[ch]' ! -name keymap_defs.h ! -name conststrings.c 
-print0 | \
-- 
2.51.0

Reply via email to