v0.9.1
- Now globs can be used to exclude files as a cli argument: (see 3c5e3cd)
$ ameba path/to/shard/*.cr !path/to/shard/lib
$ ameba . !lib
- Formatting to explain the issue at a point is slightly adjusted to be markdown compatible, see f294bb6
- New integrations added:
- Ale (vim plugin), see dense-analysis/ale#2174
- VSCode: https://github.com/veelenga/vscode-crystal-ameba
- New Rule:
Metrics/CyclomaticComplexity
, see #92 - Improved
Lint/LiteralInCondition
rule, so it is able to report literals properly verifying them recursively. see #96