Skip to content

Commit

Permalink
Regenerate RuboCop to-do file
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jun 19, 2021
1 parent 9831a04 commit 116e007
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp`
# using RuboCop version 1.9.0.
# using RuboCop version 1.12.1.
# 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
Expand Down Expand Up @@ -44,7 +44,7 @@ Metrics/BlockLength:

# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
Max: 158
Max: 153

# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
Expand Down Expand Up @@ -150,6 +150,7 @@ RSpec/InstanceVariable:
- 'spec/aruba/matchers/file_spec.rb'
- 'spec/aruba/matchers/path_spec.rb'
- 'spec/aruba/processes/in_process_spec.rb'
- 'spec/aruba/processes/spawn_process_spec.rb'
- 'spec/aruba/runtime_spec.rb'
- 'spec/event_bus_spec.rb'
- 'spec/support/shared_contexts/aruba.rb'
Expand All @@ -168,18 +169,13 @@ Security/Open:
Exclude:
- 'lib/aruba/processes/spawn_process.rb'

# Configuration parameters: EnforcedStyle, AllowModifiersOnSymbols.
# SupportedStyles: inline, group
Style/AccessModifierDeclarations:
Exclude:
- 'lib/aruba/matchers/collection/all.rb'

# Cop supports --auto-correct.
# Configuration parameters: AllowOnConstant.
Style/CaseEquality:
Exclude:
- 'lib/aruba/matchers/base/object_formatter.rb'

# Configuration parameters: AllowedConstants.
Style/Documentation:
Exclude:
- 'spec/**/*'
Expand Down

0 comments on commit 116e007

Please sign in to comment.