aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-12-21 10:52:01 +0000
committermerakor <cem@ckyln.com>2020-12-21 10:52:01 +0000
commit36308f68ddd95984c1909c5ca00a6ab70544d15b (patch)
treeed8130e50fd9fe96eea980a6f352f53f44d07966 /.dir-locals.el
parentc1c68a205b8cbf0a8ee55f099c27d0a0c7f8afe2 (diff)
downloadcpt-36308f68ddd95984c1909c5ca00a6ab70544d15b.tar.gz
tests: calm shellcheck down
FossilOrigin-Name: 16695158bf8e9ce16fb245dd3d71c44b3678892cbc7e8cd7ca221ce7d4c48823
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..b7ac48b
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,4 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((sh-mode . ((flycheck-shellcheck-excluded-warnings . '(2119)))))