rubocop: add new detected files to Performance/RedundantBlockCall (#32308)

git-svn-id: http://svn.redmine.org/redmine/trunk@18818 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-10-22 12:40:46 +00:00
parent 69c4cfd82a
commit d845f8ad22

View File

@@ -530,6 +530,8 @@ Performance/FixedSize:
Performance/RedundantBlockCall:
Exclude:
- 'app/controllers/application_controller.rb'
- 'lib/redmine/scm/adapters/abstract_adapter.rb'
- 'lib/redmine/views/builders.rb'
# Cop supports --auto-correct.
Performance/RedundantMatch: