forked from anykeyh/crystal-coverage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ameba.yml
34 lines (31 loc) · 956 Bytes
/
.ameba.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This configuration file was generated by `ameba --gen-config`
# on 2019-06-07 14:36:17 UTC using Ameba version 0.10.0.
# 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: 2
# Run `ameba --only Lint/UnreachableCode` for details
Lint/UnreachableCode:
Description: Reports unreachable code
Enabled: true
Severity: Warning
Excluded:
- spec/test.cr
- spec/other_file1.cr
# Problems found: 2
# Run `ameba --only Lint/UselessAssign` for details
Lint/UselessAssign:
Description: Disallows useless variable assignments
Enabled: true
Severity: Warning
Excluded:
- spec/test.cr
- spec/other_file1.cr
# Problems found: 2
# Run `ameba --only Style/RedundantBegin` for details
Style/RedundantBegin:
Description: Disallows redundant begin blocks
Enabled: true
Severity: Convention
Excluded:
- spec/test.cr
- spec/other_file1.cr