diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 914565afa9e3..005c3e1a4b42 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-06-07 11:09:38 +0000 using RuboCop version 0.57.1. +# on 2018-06-11 09:56:13 +0000 using RuboCop version 0.57.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 @@ -201,7 +201,7 @@ Lint/UselessAssignment: Metrics/AbcSize: Max: 239 -# Offense count: 485 +# Offense count: 486 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 493 @@ -214,7 +214,7 @@ Metrics/BlockNesting: # Offense count: 90 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1109 + Max: 1097 # Offense count: 245 Metrics/CyclomaticComplexity: @@ -855,7 +855,7 @@ Style/FormatStringToken: - 'src/api/app/helpers/webui/project_helper.rb' - 'src/api/lib/backend/connection_helper.rb' -# Offense count: 1004 +# Offense count: 1007 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: when_needed, always, never @@ -992,7 +992,7 @@ Style/RedundantBegin: Style/RegexpLiteral: Enabled: false -# Offense count: 24 +# Offense count: 25 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: implicit, explicit