mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-18 06:58:17 +00: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:
parent
a6fdefb6cc
commit
47e3731898
@ -1,6 +1,6 @@
|
|||||||
# This configuration was generated by
|
# This configuration was generated by
|
||||||
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
|
# `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
|
# The point is for the user to remove these configuration records
|
||||||
# one by one as the offenses are removed from the code base.
|
# one by one as the offenses are removed from the code base.
|
||||||
# Note that changes in the inspected code, or installation of new
|
# Note that changes in the inspected code, or installation of new
|
||||||
@ -248,6 +248,7 @@ Layout/SpaceInsideStringInterpolation:
|
|||||||
- 'lib/redmine/core_ext/string/inflections.rb'
|
- 'lib/redmine/core_ext/string/inflections.rb'
|
||||||
- 'test/integration/admin_test.rb'
|
- 'test/integration/admin_test.rb'
|
||||||
|
|
||||||
|
# Configuration parameters: IgnoredMethods.
|
||||||
Lint/AmbiguousBlockAssociation:
|
Lint/AmbiguousBlockAssociation:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
@ -586,7 +587,6 @@ Rails/ActiveRecordOverride:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'app/models/email_address.rb'
|
- 'app/models/email_address.rb'
|
||||||
- 'app/models/issue.rb'
|
- 'app/models/issue.rb'
|
||||||
- 'app/models/journal.rb'
|
|
||||||
- 'app/models/member.rb'
|
- 'app/models/member.rb'
|
||||||
|
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
@ -1711,7 +1711,6 @@ Style/SoleNestedConditional:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'app/controllers/application_controller.rb'
|
- 'app/controllers/application_controller.rb'
|
||||||
- 'app/controllers/journals_controller.rb'
|
- 'app/controllers/journals_controller.rb'
|
||||||
- 'app/controllers/repositories_controller.rb'
|
|
||||||
- 'app/controllers/wiki_controller.rb'
|
- 'app/controllers/wiki_controller.rb'
|
||||||
- 'app/models/board.rb'
|
- 'app/models/board.rb'
|
||||||
- 'app/models/changeset.rb'
|
- 'app/models/changeset.rb'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user