diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8a4a23380..38eb6b9d2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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 @@ -56,7 +56,7 @@ Metrics/MethodLength: # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: - Max: 193 + Max: 198 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: @@ -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