-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.todo.reek
26 lines (26 loc) · 897 Bytes
/
.todo.reek
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
---
Attribute:
exclude:
- GorgService#configuration
- GorgService::Configuration#application_id
- GorgService::Configuration#application_name
- GorgService::Configuration#message_handler_map
- GorgService::Configuration#rabbitmq_deferred_time
- GorgService::Configuration#rabbitmq_exchange_name
- GorgService::Configuration#rabbitmq_host
- GorgService::Configuration#rabbitmq_max_attempts
- GorgService::Configuration#rabbitmq_password
- GorgService::Configuration#rabbitmq_port
- GorgService::Configuration#rabbitmq_queue_name
- GorgService::Configuration#rabbitmq_user
- GorgService::Configuration#rabbitmq_vhost
- GorgService::Message#data
- GorgService::Message#errors
- GorgService::Message#event
- GorgService::Message#id
TooManyInstanceVariables:
exclude:
- GorgService::Configuration
ControlParameter:
exclude:
- GorgService::Message#initialize