Relint Versions Save

Write your own linting rules using regular expressions.

1.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/codingjoe/relint/compare/1.2.1...1.3.0

1.2.1

4 years ago
  • Fix #12 -- Remove exec name from pargparse (#13)

1.2.0

4 years ago
  • Resolve #8 -- Add RegEx based filePattern attribute in favor of filename (#11)

1.1.1

4 years ago
  • Escape filenames which looks like regexp (#9)

1.1.0

4 years ago
  • Fix #4 -- Add mutliline support for ^ and $ (#5)

1.0.0

4 years ago
  • Add official Python 3.7 support
  • Clean up dist packages

0.5.0

4 years ago
  • Add pre-commit support

0.4.0

5 years ago
  • Add support to limit checks to git diff (#1), thx @anapaulagomes

0.3.0

6 years ago
  • Print all lines that match the regex pattern