@@ -564,27 +564,6 @@ Performance/RedundantMatch:
564
564
- ' lib/redmine/wiki_formatting/textile/formatter.rb'
565
565
- ' lib/redmine/wiki_formatting/textile/redcloth3.rb'
566
566
567
- # Cop supports --auto-correct.
568
- # Configuration parameters: MaxKeyValuePairs.
569
- Performance/RedundantMerge :
570
- Exclude :
571
- - ' app/controllers/issues_controller.rb'
572
- - ' app/helpers/application_helper.rb'
573
- - ' app/helpers/avatars_helper.rb'
574
- - ' app/helpers/custom_fields_helper.rb'
575
- - ' app/helpers/workflows_helper.rb'
576
- - ' app/models/auth_source_ldap.rb'
577
- - ' app/models/principal.rb'
578
- - ' lib/redmine/access_control.rb'
579
- - ' test/functional/imports_controller_test.rb'
580
- - ' test/unit/issue_import_test.rb'
581
- - ' test/unit/time_entry_import_test.rb'
582
-
583
- # Cop supports --auto-correct.
584
- Performance/Squeeze :
585
- Exclude :
586
- - ' test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb'
587
-
588
567
# Cop supports --auto-correct.
589
568
# Configuration parameters: AutoCorrect.
590
569
Performance/StringInclude :
@@ -594,23 +573,6 @@ Performance/StringInclude:
594
573
- ' test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb'
595
574
- ' test/unit/lib/redmine/wiki_formatting/macros_test.rb'
596
575
597
- # Cop supports --auto-correct.
598
- Performance/StringReplacement :
599
- Exclude :
600
- - ' app/helpers/application_helper.rb'
601
- - ' app/helpers/imports_helper.rb'
602
- - ' app/helpers/settings_helper.rb'
603
- - ' lib/redmine/core_ext/string/conversions.rb'
604
- - ' lib/redmine/wiki_formatting/textile/redcloth3.rb'
605
- - ' test/functional/repositories_cvs_controller_test.rb'
606
- - ' test/functional/repositories_git_controller_test.rb'
607
- - ' test/helpers/application_helper_test.rb'
608
- - ' test/integration/repositories_git_test.rb'
609
- - ' test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb'
610
- - ' test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb'
611
- - ' test/unit/repository_cvs_test.rb'
612
- - ' test/unit/repository_git_test.rb'
613
-
614
576
# Cop supports --auto-correct.
615
577
Performance/Sum :
616
578
Exclude :
@@ -1830,4 +1792,4 @@ Style/ZeroLengthPredicate:
1830
1792
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
1831
1793
# URISchemes: http, https
1832
1794
Layout/LineLength :
1833
- Max : 461
1795
+ Max : 461
0 commit comments