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 Jan 31, 2021
1 parent 3a931ad commit 9298b84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.8.1.
# using RuboCop version 1.9.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
Expand Down Expand Up @@ -56,7 +56,7 @@ Metrics/MethodLength:

# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 193
Max: 198

# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Expand Down Expand Up @@ -194,7 +194,7 @@ Style/Documentation:
- 'lib/aruba/setup.rb'
- 'lib/aruba/tasks/docker_helpers.rb'

# Configuration parameters: MaxUnannotatedPlaceholdersAllowed.
# Configuration parameters: MaxUnannotatedPlaceholdersAllowed, IgnoredMethods.
# SupportedStyles: annotated, template, unannotated
Style/FormatStringToken:
EnforcedStyle: unannotated
Expand Down

0 comments on commit 9298b84

Please sign in to comment.