From 47e37318984569bfb58dd49f5bb02360dcd052d6 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 7 May 2021 04:07:15 +0000 Subject: Regenerate .rubocop_todo.yml (#35136). git-svn-id: http://svn.redmine.org/redmine/trunk@20986 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1c9049450..15033a835 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp` -# using RuboCop version 1.12.0. +# using RuboCop version 1.13.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 @@ -248,6 +248,7 @@ Layout/SpaceInsideStringInterpolation: - 'lib/redmine/core_ext/string/inflections.rb' - 'test/integration/admin_test.rb' +# Configuration parameters: IgnoredMethods. Lint/AmbiguousBlockAssociation: Enabled: false @@ -586,7 +587,6 @@ Rails/ActiveRecordOverride: Exclude: - 'app/models/email_address.rb' - 'app/models/issue.rb' - - 'app/models/journal.rb' - 'app/models/member.rb' # Cop supports --auto-correct. @@ -1711,7 +1711,6 @@ Style/SoleNestedConditional: Exclude: - 'app/controllers/application_controller.rb' - 'app/controllers/journals_controller.rb' - - 'app/controllers/repositories_controller.rb' - 'app/controllers/wiki_controller.rb' - 'app/models/board.rb' - 'app/models/changeset.rb' -- cgit v1.2.3