Skip to content

KarimAziev/flymake-hydra-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flymake-hydra-lint

A flymake backend to check dublicated keys in hydras.

Installation

Manually

Download repository and it to your load path in your init file:

(add-to-list 'load-path "/path/to/flymake-hydra-lint/")

(require 'flymake-hydra-lint)
(add-hook 'emacs-lisp-mode-hook #'flymake-hydra-lint)

With use-package and straight

(use-package flymake-hydra-lint
  :straight (:repo "KarimAziev/flymake-hydra-lint" :type git :host github)
  :commands (flymake-hydra-lint)
  :hook (emacs-lisp-mode . flymake-hydra-lint))

Commands

  • flymake-hydra-lint

Add hydra linters to flymake-diagnostic-functions and run flymake.

About

Flymake backend for linting hydras.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published