GitXplorerGitXplorer
a

flycheck-bashate

public
10 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
5e673c591d017329d0a07a61dc1223fa98639ee2

Fix upstream bashate URL typo in README.md

aalexmurray committed 4 years ago
Verified
69e53e84f712bafffd785d84d9304598c2df5615

Fix: up to date with bashate (#2)

SSleepyBag committed 5 years ago
Unverified
77fa03dbc578c34fe71ca44926bac2aff8f2b021

Switch to using EVM to fix travis-ci build issues

aalexmurray committed 8 years ago
Unverified
d9780b73ee698d6bc001e617b187845cafa3292a

Initial commit of flycheck-bashate

aalexmurray committed 9 years ago

README

The README file for this repository.

Flycheck bashate Checker

License GPL 3 MELPA Build Status

Integrate bashate with flycheck to automatically check the style of your bash scripts on the fly.

Installation

MELPA

The preferred way to install flycheck-bashate is via MELPA - then you can just M-x package-install RET flycheck-bashate RET

To enable then simply add the following to your init file:

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

Manual

If you would like to install the package manually, download or clone it and place within Emacs' load-path, then you can require it in your init file like this:

(require 'flycheck-bashate)
(flycheck-bashate-setup)

NOTE: This will also require the manual installation of flycheck if you have not done so already.

License

Copyright © 2016 Alex Murray

Distributed under GNU GPL, version 3.