-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.rubocop_todo.yml
67 lines (50 loc) · 1.33 KB
/
.rubocop_todo.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Naming/AccessorMethodName:
Enabled: false
Style/RedundantSelf:
Enabled: false
Style/SymbolArray:
Enabled: false
Style/NumericPredicate:
Enabled: false
Style/RegexpLiteral:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/ConditionalAssignment:
Enabled: false
# Configuration parameters: EnforcedStyle.
# SupportedStyles: strict, flexible
Rails/Date:
Enabled: false
# Configuration parameters: Include.
# Include: app/models/**/*.rb
Rails/HasAndBelongsToMany:
Enabled: false
# Configuration parameters: Include.
# Include: app/models/**/*.rb
Rails/HasManyOrHasOneDependent:
Enabled: false
# Configuration parameters: Include.
# Include: app/controllers/**/*.rb
Rails/LexicallyScopedActionFilter:
Enabled: false
Rails/ReflectionClassName:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: strict, flexible
Rails/TimeZone:
Enabled: false
Rails/BulkChangeTable:
Exclude:
- db/migrate/20180321000000_change_sync_status_to_sync_task.rb
- db/migrate/20190417202427_add_recurring_sync.foreman_scc_manager.rb
- db/migrate/20221013214310_add_sync_options_to_scc_account.rb