diff options
author | Go MAEDA <maeda@farend.jp> | 2021-05-07 04:07:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-05-07 04:07:15 +0000 |
commit | 47e37318984569bfb58dd49f5bb02360dcd052d6 (patch) | |
tree | a4d91764333518b67a979f01bd7627c1631b9878 /.rubocop_todo.yml | |
parent | a6fdefb6cc67dc35b94c9f50be3cb96db9281b26 (diff) | |
download | redmine-47e37318984569bfb58dd49f5bb02360dcd052d6.tar.gz redmine-47e37318984569bfb58dd49f5bb02360dcd052d6.zip |
Regenerate .rubocop_todo.yml (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@20986 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-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' |