What's Changed
Some performance improvements for the recent git walker addition when using git.
Top lint the whole codebase for example use:
sizelint check --git "$(git hash-object -t tree /dev/null)..master"
Also the configuration now has a hints option, which can suggest to the user what they can do to resolve a rule violation.
- Parallellize blob analysis by @a-kenji in #58
- git: batch git operations by @a-kenji in #60
- rule: Add optional hints to users per matched rule by @a-kenji in #61
- violation: Group file and blob violations by @a-kenji in #62
- rules: Make description optional by @a-kenji in #65
- violations: Add description to the violation by @a-kenji in #66
- git: Parallellize blob colllection by @a-kenji in #67
- discovery: match exclude patterns against relative paths by @a-kenji in #68
Full Changelog: v0.1.4...v0.1.5