relint icon indicating copy to clipboard operation
relint copied to clipboard

Write your own linting rules using regular expressions.

Results 2 relint issues
Sort by recently updated
recently updated
newest added

Thanks a lot for fixing #70 regarding the file globbing support. As requested, I'm hereby opening up a new issue about the other somewhat related issue I noticed, specifically that...

bug

I would like to add a rule that fails when a regex is _not_ matched, for example a `VERSION` file containing a `v1.0.0` and a pattern like `^v` (because a...

enhancement