Updated Contrib (markdown)

Vidar Holen
2018-07-22 09:13:09 -07:00
parent 2819f3e363
commit 53c8c0d458

@@ -71,4 +71,8 @@ This function and keymap add the ability to auto-insert the appropriate shellche
(flycheck-error-list-highlight-errors 'preserve-pos)))) (flycheck-error-list-highlight-errors 'preserve-pos))))
(define-key flycheck-error-list-mode-map (kbd "d") #'shellcheck-disable-error-at-point) (define-key flycheck-error-list-mode-map (kbd "d") #'shellcheck-disable-error-at-point)
``` ```
### 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.