-
Notifications
You must be signed in to change notification settings - Fork 3
/
.rubocop.yml
41 lines (39 loc) · 973 Bytes
/
.rubocop.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
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.3
Layout/BlockAlignment:
Enabled: false
Documentation:
Enabled: false
Style/DateTime:
Enabled: false
Style/RedundantReturn:
Enabled: false
Style/WordArray:
Enabled: false
Style/ExpandPathArguments:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Enabled: false
Style/MultipleComparison:
Enabled: false
Layout/LeadingBlankLines:
Enabled: false
Style/UnneededCondition:
Enabled: false
Naming/MemoizedInstanceVariableName:
Enabled: false
Naming/UncommunicativeMethodParamName:
Enabled: false
Lint/UnneededCopDisableDirective:
Enabled: false
Performance/InefficientHashSearch:
Enabled: false
Layout/AlignHash:
Exclude:
- 'test/unit/hqmf/model/nqf_0002_test.rb'
- 'lib/hqmf-model/data_criteria.rb'
- 'lib/measure-loader/vsac_value_set_loader.rb'
- 'lib/util/code_system_helper.rb'
- 'test/test_helper.rb'
- 'test/unit/hqmf/model/population_criteria_test.rb'