Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
Support me

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)