-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
108 lines (97 loc) · 3.57 KB
/
Copy path.rubocop_todo.yml
File metadata and controls
108 lines (97 loc) · 3.57 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-12-08 10:49:23 UTC using RuboCop version 1.23.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
# Include: **/*.gemspec
Gemspec/OrderedDependencies:
Exclude:
- 'foreman_leapp.gemspec'
# Offense count: 1
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- 'foreman_leapp.gemspec'
# Offense count: 11
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.
# SupportedStyles: with_first_argument, with_fixed_indentation
Layout/ArgumentAlignment:
Exclude:
- 'app/helpers/concerns/foreman_leapp/hosts_helper_extensions.rb'
- 'app/helpers/concerns/foreman_leapp/remote_execution_helper_extension.rb'
- 'app/models/preupgrade_report.rb'
- 'app/views/api/v2/preupgrade_report_entries/base.json.rabl'
- 'db/seeds.d/10_leapp_preupgrade.rb'
- 'lib/foreman_leapp/engine.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: space, compact, no_space
Layout/SpaceInsideParens:
Exclude:
- 'config/routes.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: final_newline, final_blank_line
Layout/TrailingEmptyLines:
Exclude:
- 'locale/action_names.rb'
# Offense count: 1
# Configuration parameters: EnforcedStyle.
# SupportedStyles: strict, flexible
Rails/Date:
Exclude:
- 'foreman_leapp.gemspec'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Include.
# Include: **/Rakefile, **/*.rake
Rails/RakeEnvironment:
Exclude:
- 'lib/tasks/foreman_leapp_tasks.rake'
# Offense count: 13
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Exclude:
- 'app/views/api/v2/preupgrade_report_entries/base.json.rabl'
- 'app/views/api/v2/preupgrade_reports/base.json.rabl'
- 'app/views/api/v2/preupgrade_reports/index.json.rabl'
- 'app/views/api/v2/preupgrade_reports/job_invocation.json.rabl'
- 'app/views/api/v2/preupgrade_reports/show.json.rabl'
- 'app/views/preupgrade_report_entries/base.json.rabl'
- 'app/views/preupgrade_reports/index.json.rabl'
- 'app/views/preupgrade_reports/show.json.rabl'
- 'db/migrate/20200320104040_preupgrade_report_entries.rb'
- 'db/migrate/20200326142259_add_job_id_to_report.rb'
- 'db/migrate/20200327091009_add_host_to_report.rb'
- 'db/migrate/20200429080939_report_entries_flags.rb'
- 'locale/action_names.rb'
# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: MinSize.
# SupportedStyles: percent, brackets
Style/SymbolArray:
EnforcedStyle: percent
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline.
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
Style/TrailingCommaInArrayLiteral:
Exclude:
- 'test/models/preupgrade_report_test.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 134