flycheck-bashate

Homepage: https://github.com/alexmurray/flycheck-bashate

Author: Alex Murray

Updated:

Summary

Integrate bashate with flycheck

Commentary

This packages integrates bashate with flycheck to automatically check the
style of your bash scripts on the fly using bashate

Setup

(eval-after-load 'flycheck
  '(progn
     (require 'flycheck-bashate)
     (flycheck-bashate-setup)))

Dependencies