diff options
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 2 insertions, 3 deletions
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' |