Skip to content

Reach 2.7.1

Latest

Choose a tag to compare

@dannote dannote released this 23 May 00:23
· 4 commits to master since this release

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_map and # reach:disable-for-this-file smells.

Fixed

  • Fixed mix reach.check --smells crashes 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.