Skip to content

vinikira/compile-credo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Compile Credo

Compile regex for Credo.

Installation

Manually

Clone Compile repository to an arbitrary location:

$ git clone https://github.com/vinikira/compile-credo ~/.emacs.d/site-elisp/compile-credo

Add Flymake Credo directory to load-path in your Emacs initialization file (init.el) and load it.

;; add to load-path
(add-to-list 'load-path "/replace/me/to/compile-credo/full/path")

;; load compile-credo feature
(require 'compile-credo nil t)

Straight

Add the following to your config file in order to install using straight:

(straight-use-package
 '(compile-credo :type git :host github :repo "vinikira/compile-credo" :branch "main"))

(require 'compile-credo nil t)

References

About

Compile regex for Credo linter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published