File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This configuration was generated by
2
2
# `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.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -248,6 +248,7 @@ Layout/SpaceInsideStringInterpolation:
248
248
- ' lib/redmine/core_ext/string/inflections.rb'
249
249
- ' test/integration/admin_test.rb'
250
250
251
+ # Configuration parameters: IgnoredMethods.
251
252
Lint/AmbiguousBlockAssociation :
252
253
Enabled : false
253
254
@@ -586,7 +587,6 @@ Rails/ActiveRecordOverride:
586
587
Exclude :
587
588
- ' app/models/email_address.rb'
588
589
- ' app/models/issue.rb'
589
- - ' app/models/journal.rb'
590
590
- ' app/models/member.rb'
591
591
592
592
# Cop supports --auto-correct.
@@ -1711,7 +1711,6 @@ Style/SoleNestedConditional:
1711
1711
Exclude :
1712
1712
- ' app/controllers/application_controller.rb'
1713
1713
- ' app/controllers/journals_controller.rb'
1714
- - ' app/controllers/repositories_controller.rb'
1715
1714
- ' app/controllers/wiki_controller.rb'
1716
1715
- ' app/models/board.rb'
1717
1716
- ' app/models/changeset.rb'
You can’t perform that action at this time.
0 commit comments