Inch v0.7.0 Release Notes
Release Date: 2015-09-23 // over 7 years ago-
๐ฅ BREAKING CHANGE:
- CLI: Uses an exit status different from zero in case of suggestions. This might break workflows based on
&&
(e.g.rake && inch && ...
).
๐ Improvements:
- Elixir: Skip analysis for function parameters starting with '_'
- ๐ JavaScript: Add support for @ignore and istanbul ignore comments
- ๐ JavaScript: Add support for @also (multiple signatures)
- CLI: Uses an exit status different from zero in case of suggestions. This might break workflows based on