ameba v0.9.0 Release Notes

Release Date: 2019-01-09 // over 5 years ago
  • ๐Ÿ†• New Features

    • ๐Ÿ†• New rules:
      • UnreachableCode #82, #83
      • RedundantReturn #87
    • ๐Ÿ‘ Allow showing the affected code in the default report #85
    • Let Ameba explain the issue at a specified location #86
    • Codacy-Ameba integration project, which is still in review by the Codacy team.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘€ Correct the end location of the issue reported by ConstantNames, see e951c07
    • ๐Ÿ‘€ Correct the end location of the issue reported by MethodNames, see f8dab3b
    • ๐Ÿ‘€ Correct the line number of the issue reported by TrailingBlankLines, see 32ac199

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix regression with UnusedArgument rule and crystal latest release, see 60ce034