ameba v0.7.0 Release Notes

Release Date: 2018-06-15 // almost 6 years ago
  • ๐Ÿ†• 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