From 53c8c0d458cb722927f888033b617e2c1a93cb41 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 22 Jul 2018 09:13:09 -0700 Subject: [PATCH] Updated Contrib (markdown) --- Contrib.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Contrib.md b/Contrib.md index fb0d4c1..21549bb 100644 --- a/Contrib.md +++ b/Contrib.md @@ -71,4 +71,8 @@ This function and keymap add the ability to auto-insert the appropriate shellche (flycheck-error-list-highlight-errors 'preserve-pos)))) (define-key flycheck-error-list-mode-map (kbd "d") #'shellcheck-disable-error-at-point) -``` \ No newline at end of file +``` + +### JetBrains Webstorm Integration + +Scroll to the bottom of [Issue #360](https://github.com/koalaman/shellcheck/issues/360) for both a plugin and a native external command solution. \ No newline at end of file