Skip to content

Commit 47e3731

Browse files
committed
Regenerate .rubocop_todo.yml (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@20986 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent a6fdefb commit 47e3731

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
3-
# using RuboCop version 1.12.0.
3+
# using RuboCop version 1.13.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -248,6 +248,7 @@ Layout/SpaceInsideStringInterpolation:
248248
- 'lib/redmine/core_ext/string/inflections.rb'
249249
- 'test/integration/admin_test.rb'
250250

251+
# Configuration parameters: IgnoredMethods.
251252
Lint/AmbiguousBlockAssociation:
252253
Enabled: false
253254

@@ -586,7 +587,6 @@ Rails/ActiveRecordOverride:
586587
Exclude:
587588
- 'app/models/email_address.rb'
588589
- 'app/models/issue.rb'
589-
- 'app/models/journal.rb'
590590
- 'app/models/member.rb'
591591

592592
# Cop supports --auto-correct.
@@ -1711,7 +1711,6 @@ Style/SoleNestedConditional:
17111711
Exclude:
17121712
- 'app/controllers/application_controller.rb'
17131713
- 'app/controllers/journals_controller.rb'
1714-
- 'app/controllers/repositories_controller.rb'
17151714
- 'app/controllers/wiki_controller.rb'
17161715
- 'app/models/board.rb'
17171716
- 'app/models/changeset.rb'

0 commit comments

Comments
 (0)