flycheck-relint

Homepage: https://github.com/purcell/flycheck-relint

Author: Steve Purcell

Updated:

Summary

A Flycheck checker for elisp regular expressions

Commentary

Provides feedback via flycheck about issues with `rx' and literal
regular expressions in Emacs Lisp, using `relint'.

To enable, use something like this:

   (eval-after-load 'flycheck
     '(flycheck-relint-setup))

Dependencies