-
Notifications
You must be signed in to change notification settings - Fork 33
/
.ameba.yml
48 lines (45 loc) · 1.48 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
# This configuration file was generated by `ameba --gen-config`
# on 2023-12-14 23:28:43 UTC using Ameba version 1.6.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: 485
# Run `ameba --only Naming/BlockParameterName` for details
Naming/BlockParameterName:
Description: Allow non-descriptive block parameter names
Enabled: false
# Problems found: 103
# Run `ameba --only Lint/NotNil` for details
Lint/NotNil:
Description: Identifies usage of `not_nil!` calls
Excluded:
- src/lavinmq/amqp/connection_factory.cr
- src/lavinmq/amqp/channel.cr
- src/lavinmq/amqp/client.cr
- src/lavinmq/federation/link.cr
- src/lavinmq/http/controller/main.cr
- src/lavinmq/http/controller/exchanges.cr
- src/lavinmq/http/controller.cr
- src/lavinmq/shovel/shovel.cr
- src/lavinmq/launcher.cr
- src/lavinmq/vhost.cr
- src/lavinmqperf.cr
- spec/api/http_api_spec.cr
- spec/api/exchanges_spec.cr
- spec/api/users_spec.cr
- spec/api/definitions_spec.cr
- spec/reply_to_spec.cr
- spec/tx_spec.cr
- spec/server_spec.cr
- spec/vhost_spec.cr
- spec/delayed_message_exchange_spec.cr
- spec/queue_spec.cr
- spec/shovel_spec.cr
- spec/upstream_spec.cr
- spec/dlx_spec.cr
- spec/policies_spec.cr
Enabled: true
Severity: Warning
# Problems found: 3
# Run `ameba --only Documentation/DocumentationAdmonition` for details
Documentation/DocumentationAdmonition:
Enabled: false