forked from spoved/entitas.cr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ameba.yml
56 lines (53 loc) · 1.79 KB
/
.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# This configuration file was generated by `ameba --gen-config`
# on 2020-04-18 16:16:31 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: 62
# Run `ameba --only Lint/UselessAssign` for details
Lint/UselessAssign:
Description: Disallows useless variable assignments
Enabled: true
Severity: Warning
Excluded:
- spec/entitas/contexts_spec.cr
- spec/entitas/entity_index_spec.cr
- spec/performance/tasks/context_bench.cr
- spec/performance/tasks/context_ips_bench.cr
- spec/performance/tasks/basics_bench.cr
- spec/performance/tasks/proc_bench.cr
- spec/performance/tasks/entity_ips_bench.cr
- spec/performance/tasks/entity_bench.cr
- src/entitas/macros/events.cr
# Problems found: 11
# Run `ameba --only Lint/UnusedArgument` for details
Lint/UnusedArgument:
Description: Disallows unused arguments
IgnoreDefs: true
IgnoreBlocks: false
IgnoreProcs: false
Enabled: true
Severity: Warning
Excluded:
- spec/entitas/reactive_system_spec.cr
- spec/entitas/entity_index_spec.cr
- spec/performance/tasks/proc_bench.cr
# Problems found: 13
# Run `ameba --only Style/ConstantNames` for details
Style/ConstantNames:
Description: Enforces constant names to be in screaming case
Enabled: true
Severity: Convention
Excluded:
- src/entitas.cr
- src/entitas/collector.cr
- src/entitas/systems.cr
- src/entitas/reactive_system.cr
- src/entitas/matcher.cr
- src/entitas/multi_reactive_system.cr
- src/entitas/aerc.cr
- src/entitas/context.cr
- src/entitas/interfaces/i_entity.cr
- src/entitas/interfaces/i_matcher.cr
- src/entitas/interfaces/i_context.cr
- src/entitas/interfaces/i_group.cr
- src/entitas/interfaces/i_component.cr