forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.rubocop_local.yml
52 lines (52 loc) · 871 Bytes
/
.rubocop_local.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
GlobalVars:
AllowedVariables:
# Loggers
- $audit_log
- $api_log
- $aws_log
- $azure_log
- $container_log
- $datawarehouse_log
- $fog_log
- $lenovo_log
- $log
- $miq_ae_logger
- $policy_log
- $rails_log
- $rhevm_log
- $kube_log
- $mw_log
- $cn_monitoring_log
- $scvmm_log
- $vim_log
- $websocket_log
- $vcloud_log
# In Automate methods
- $evm
#
# Special Exclusions
#
AllCops:
TargetRubyVersion: 2.2
Exclude:
- lib/generators/provider/templates/**/*
- db/schema.rb
- vendor/**/*
ClassAndModuleCamelCase:
Exclude:
- lib/miq_automation_engine/service_models/*.rb
FileName:
Exclude:
- lib/miq_automation_engine/service_models/*.rb
Metrics/LineLength:
Exclude:
- Gemfile
Rails/Exit:
Exclude:
- lib/workers/bin/*
Rails/Output:
Exclude:
- lib/workers/bin/*
Style/ExtraSpacing:
Exclude:
- Gemfile