-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.reek.yml
39 lines (31 loc) · 1.1 KB
/
.reek.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
---
detectors:
IrresponsibleModule:
enabled: false
ControlParameter:
exclude:
- HealthcheckEndpoint::Configuration#raise_unless
- HealthcheckEndpoint::Configuration#validator_argument_type
LongParameterList:
exclude:
- HealthcheckEndpoint::Configuration#raise_unless
ManualDispatch:
exclude:
- HealthcheckEndpoint::Configuration#validator_services_callable
TooManyConstants:
exclude:
- HealthcheckEndpoint::Configuration
TooManyStatements:
exclude:
- HealthcheckEndpoint::Configuration#validate_attribute
UtilityFunction:
exclude:
- HealthcheckEndpoint::Configuration#build_configuration_settings
- HealthcheckEndpoint::Configuration#validator_argument_type
- HealthcheckEndpoint::Configuration#validator_endpoint
- HealthcheckEndpoint::Configuration#validator_http_status_failure
- HealthcheckEndpoint::Configuration#validator_http_status_success
- HealthcheckEndpoint::Configuration#validator_services_callable
- HealthcheckEndpoint::Resolver#configuration
exclude_paths:
- spec/support/helpers