From 137f08b8031cd7e551de40cb166718a6c2ff2896 Mon Sep 17 00:00:00 2001 From: "Matthew O. Persico" Date: Wed, 18 Apr 2018 12:11:43 -0400 Subject: [PATCH] Added credit where due. --- Contrib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib.md b/Contrib.md index eaca07b..fb0d4c1 100644 --- a/Contrib.md +++ b/Contrib.md @@ -29,7 +29,7 @@ No modification of my editor settings was needed for this to integrate (I checke By [@matthewpersico](https://github.com/matthewpersico) -This function and keymap add the ability to auto-insert the appropriate shellcheck disable directive in your script. +This function and keymap add the ability to auto-insert the appropriate shellcheck disable directive in your script. With thanks to https://github.com/flycheck/flycheck/issues/1436 ```lisp ;; The following is thanks to https://github.com/flycheck/flycheck/issues/1436