Skip to content

v0.2.6

Latest

Choose a tag to compare

@doawoo doawoo released this 05 Jun 23:50
· 1 commit to main since this release
a45658a

v0.2.6

  • Fixes an issue where the :extraneous_size rule would be raised when using a variable in a size expression.
  • Suggest patterns in the form of <<x::size(y)>> to be rewritten as <<x::y>>.
  • Fix suggested pattern strings sometimes having a trailing :: in Credo output.