Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Update .ameba.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Jun 5, 2020
1 parent d8441f7 commit 9c8fa2c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .ameba.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# This configuration file was generated by `ameba --gen-config`
# on 2020-06-04 03:48:05 UTC using Ameba version 0.10.1.
# on 2020-06-05 04:58:55 UTC using Ameba version 0.10.1.
# The point is for the user to remove these configuration records
# one by one as the reported problems are removed from the code base.

# Problems found: 3
# Run `ameba --only Lint/UselessAssign` for details
Lint/UselessAssign:
Description: Disallows useless variable assignments
Enabled: true
Severity: Warning
Excluded:
- examples/stage_bot.cr

# Problems found: 4
# Run `ameba --only Metrics/CyclomaticComplexity` for details
Metrics/CyclomaticComplexity:
Expand Down

0 comments on commit 9c8fa2c

Please sign in to comment.