Skip to content

Commit 8da2b6a

Browse files
committed
Regenerate RuboCop TODO file
1 parent 62766b5 commit 8da2b6a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.rubocop_todo.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2020-05-31 15:37:19 +0200 using RuboCop version 0.84.0.
3+
# on 2020-05-31 23:12:24 +0200 using RuboCop version 0.84.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -18,7 +18,7 @@ Lint/Void:
1818
- 'lib/aruba/platforms/announcer.rb'
1919
- 'lib/aruba/platforms/unix_environment_variables.rb'
2020

21-
# Offense count: 27
21+
# Offense count: 26
2222
# Configuration parameters: IgnoredMethods.
2323
Metrics/AbcSize:
2424
Max: 116
@@ -27,7 +27,7 @@ Metrics/AbcSize:
2727
# Configuration parameters: CountComments, ExcludedMethods.
2828
# ExcludedMethods: refine
2929
Metrics/BlockLength:
30-
Max: 604
30+
Max: 594
3131

3232
# Offense count: 2
3333
# Configuration parameters: CountComments.
@@ -132,11 +132,6 @@ RSpec/ExampleLength:
132132
- 'spec/aruba/aruba_path_spec.rb'
133133
- 'spec/aruba/matchers/collection_spec.rb'
134134

135-
# Offense count: 1
136-
RSpec/ExpectInHook:
137-
Exclude:
138-
- 'spec/aruba/api_spec.rb'
139-
140135
# Offense count: 4
141136
# Configuration parameters: CustomTransform, IgnoreMethods.
142137
RSpec/FilePath:
@@ -146,7 +141,7 @@ RSpec/FilePath:
146141
- 'spec/event_bus/name_resolver_spec.rb'
147142
- 'spec/event_bus_spec.rb'
148143

149-
# Offense count: 300
144+
# Offense count: 298
150145
# Configuration parameters: AssignmentOnly.
151146
RSpec/InstanceVariable:
152147
Exclude:
@@ -182,7 +177,7 @@ Security/Open:
182177
Exclude:
183178
- 'lib/aruba/processes/spawn_process.rb'
184179

185-
# Offense count: 2
180+
# Offense count: 1
186181
# Configuration parameters: EnforcedStyle, AllowModifiersOnSymbols.
187182
# SupportedStyles: inline, group
188183
Style/AccessModifierDeclarations:
@@ -215,7 +210,7 @@ Style/Documentation:
215210
Style/FormatStringToken:
216211
Enabled: false
217212

218-
# Offense count: 5
213+
# Offense count: 2
219214
Style/MethodMissingSuper:
220215
Exclude:
221216
- 'lib/aruba/platforms/command_monitor.rb'

0 commit comments

Comments
 (0)