mirror of
https://github.com/redmine/redmine.git
synced 2026-01-17 21:12:55 +01:00
Regenerate .rubocop_todo.yml (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@20986 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user