Skip to content

v0.9.0

Compare
Choose a tag to compare
@veelenga veelenga released this 09 Jan 11:43
· 900 commits to master since this release
5aa7ee4

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