Patch release for Reach 2.7.
New
- Smell suppression controls: config-level path/module ignores plus Credo-style source comments such as
# reach:disable-next-line fixed_shape_mapand# reach:disable-for-this-file smells.
Fixed
- Fixed
mix reach.check --smellscrashes when plugin frontends add non-Elixir source files, such as JavaScript, to the project graph. - Source-backed and file-backed smell checks now skip non-Elixir module files instead of parsing or inspecting them as Elixir source.