2

GitHub - aaronjensen/flycheck-credo

 2 years ago
source link: https://github.com/aaronjensen/flycheck-credo
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

flycheck-credo

flycheck checker for credo.

Installation

You can install this package from Melpa

M-x package-install RET flycheck-credo RET

Usage

Ensure that credo is installed in your project.

Then, in your init.el:

(eval-after-load 'flycheck
  '(flycheck-credo-setup))
(add-hook 'elixir-mode-hook 'flycheck-mode)

Options

You can tell flycheck-credo to call credo with the '--strict' argument.

(setq flycheck-elixir-credo-strict t)

Thanks


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK