Skip to content

v0.7.0

Compare
Choose a tag to compare
@veelenga veelenga released this 15 Jun 09:11
· 804 commits to master since this release
d9f04af

New Features:

  • Now Ameba has a Roadmap
  • Crystal 0.25.0 support, see #57
  • New rule ShadowingOuterLocalVar, which detects the shadowing of outer local variables, see #59
  • New rule ShadowedArgument, which detects the shadowing of arguments, see #60

Improvements:

  • Now it is possible to include/exclude files in a config using a wildcard, see #61
  • Error is renamed to Issue which is semantically more correct, see #62
  • JSON reporter now reports the end location of the issue, see #62

Bugfixing:

  • Now LargeNumbers rule doesn't report false positiveness for float number with less than 3 digits after comma, see 1cea21b
  • Now RedundantBegin rule does not report false positiveness if there is an inner error handler, see 3887da1, #56