-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.ameba.yml
25 lines (23 loc) · 826 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
# This configuration file was generated by `ameba --gen-config`
# on 2018-09-06 19:37:42 +02:00 using Ameba version 0.7.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: 3
# Run `ameba --only UnusedArgument` for details
UnusedArgument:
Description: Disallows unused arguments
IgnoreDefs: true
IgnoreBlocks: false
IgnoreProcs: false
Enabled: true
Excluded:
- src/fluence/controllers/helpers/page.cr
# Problems found: 11
# Run `ameba --only UselessAssign` for details
UselessAssign:
Description: Disallows useless variable assignments
Enabled: true
Excluded:
- src/fluence/controllers/helpers/page.cr
- src/fluence/controllers/pages_controller.cr
- src/fluence/controllers/admin_controller.cr