README.md
flycheck-relint
This library provides a Flycheck checker for rx and string regular
expressions in Emacs Lisp files, using
relint.
Installation
The recommended way to get flycheck-relint is as a package from the
MELPA repository. The version of flycheck-relint there will
always be up-to-date. There may also be packages in MELPA
Stable, which track the latest numbered tag.
To register the checker, use something like this in your emacs startup file:
(with-eval-after-load 'flycheck
(flycheck-relint-setup))