ameba v0.9.1 Release Notes

Release Date: 2019-03-23 // about 5 years ago
    • ๐Ÿ‘€ 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:

    • ๐Ÿ†• New Rule: Metrics/CyclomaticComplexity, see #92

    • ๐Ÿ‘Œ Improved Lint/LiteralInCondition rule, so it is able to report literals properly verifying them recursively. see #96