Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

epage/relint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

relint

relint is a line oriented lint tool with support for fixing issues.

Linux build status Windows build status

Dual-licensed under MIT or the UNLICENSE.

Usage

Installation

If you're a Rust programmer, relint can be installed with cargo:

$ cargo install relint

relint isn't currently in any other package repositories. I'd like to change that.

Regex syntax

The syntax supported is documented as part of Rust's regex library.

Contributing

Building

relint is written in Rust, so you'll need to grab a Rust installation in order to compile it. relint compiles with Rust 1.13 (stable) or newer. Building is easy:

$ git clone https://github.com/epage/relint
$ cd relint
$ cargo build --release
$ ./target/release/relint --version
0.1.0

Running tests

relint tries to be well tested, including both unit tests and integration tests. To run the full test suite, use:

$ cargo test

from the repository root.

Contributing changes

Please use the conventional changelog format.

About

Regex-based lint tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published