Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/flycheck-relint
Flycheck integration for `relint`, which checks regexps in emacs lisp
https://github.com/purcell/flycheck-relint
Last synced: about 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T10:36:09.000Z (4 months ago)
- Last Synced: 2024-10-16T00:46:17.147Z (3 months ago)
- Language: Emacs Lisp
- Size: 17.6 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![Melpa Status](http://melpa.org/packages/flycheck-relint-badge.svg)](http://melpa.org/#/flycheck-relint)
[![Melpa Stable Status](http://stable.melpa.org/packages/flycheck-relint-badge.svg)](http://stable.melpa.org/#/flycheck-relint)
[![Build Status](https://github.com/purcell/flycheck-relint/actions/workflows/test.yml/badge.svg)](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)