Skip to content

Releases: a-kenji/sizelint

v0.1.3

23 Jul 17:51

Choose a tag to compare

What's Changed

  • feat: Add config flag to check subcommand by @a-kenji in #10

Full Changelog: v0.1.2...v0.1.3

v0.1.2

21 Jul 15:03

Choose a tag to compare

What's Changed

Mostly some small QOL changes that came up with sizelint usage.

  • feat: Add --fail-on-warn flag by @a-kenji in #5
  • feat: Add suggestions to CLI by @a-kenji in #6
  • feat: Flatten root configuration key by @a-kenji in #8

Full Changelog: v0.1.1...v0.1.2

0.1.1: Initial Release

17 Jul 13:03
7cbb7d1

Choose a tag to compare

The goal of sizelint is to be a fast unobtrusive file size linter for your filetree.
Because once a large file has made it into your git history, it is not easy to remove anymore.

Features:

- Respects gitignore and other ignore files by default.
- Configurable globbing rules for different filetypes
- Compatible with the `treefmt` specification, meaning it should be compatible with most tools trying to run `sizelint` in an automated, or multiplexed environment