Skip to content

aaronjensen/flycheck-credo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

flycheck-credo MELPA

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)

This package works with both elixir-ts-mode and elixir-mode.

Options

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

(setq flycheck-elixir-credo-strict t)

Thanks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •