https://github.com/purcell/flycheck-relint
Flycheck integration for `relint`, which checks regexps in emacs lisp
https://github.com/purcell/flycheck-relint
Last synced: 23 days ago
JSON representation
Flycheck integration for `relint`, which checks regexps in emacs lisp
- Host: GitHub
- URL: https://github.com/purcell/flycheck-relint
- Owner: purcell
- Created: 2020-02-22T00:44:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T10:36:09.000Z (8 months ago)
- Last Synced: 2025-03-25T03:31:26.811Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 17.6 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](http://melpa.org/#/flycheck-relint)
[](http://stable.melpa.org/#/flycheck-relint)
[](https://github.com/purcell/flycheck-relint/actions/workflows/test.yml)flycheck-relint
===============This library provides a Flycheck checker for `rx` and string regular
expressions in Emacs Lisp files, using
[relint](https://elpa.gnu.org/packages/relint.html).Installation
------------The recommended way to get `flycheck-relint` is as a package from the
[MELPA](https://melpa.org) repository. The version of `flycheck-relint` there will
always be up-to-date. There may also be packages in [MELPA
Stable](https://stable.melpa.org), which track the latest numbered tag.To register the checker, use something like this in your emacs startup file:
```el
(with-eval-after-load 'flycheck
(flycheck-relint-setup))
```
[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)
[🐦 @sanityinc](https://twitter.com/sanityinc)