]> source.dussan.org Git - redmine.git/commitdiff
Disable RuboCop Style/Semicolon (#36919).
authorGo MAEDA <maeda@farend.jp>
Mon, 19 Sep 2022 05:46:24 +0000 (05:46 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 19 Sep 2022 05:46:24 +0000 (05:46 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21821 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml
.rubocop_todo.yml

index adca4494b724d921ed773f9d883594d900541bce..6c94995bbca1c761d72005fcd3b3944cc4136c5f 100644 (file)
@@ -204,6 +204,9 @@ Style/NegatedIfElseCondition:
 Style/RaiseArgs:
   Enabled: false
 
+Style/Semicolon:
+  Enabled: false
+
 Style/SlicingWithRange:
   Enabled: false
 
index de3a00c034cd464b40127aee02ba525c78a67d9c..259105a4b30982a5aa528f13db032f0d23f48fec 100644 (file)
@@ -1696,23 +1696,6 @@ Style/SelfAssignment:
     - 'lib/redmine/helpers/gantt.rb'
     - 'lib/redmine/helpers/time_report.rb'
 
-# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: AllowAsExpressionSeparator.
-Style/Semicolon:
-  Exclude:
-    - 'app/controllers/account_controller.rb'
-    - 'app/controllers/context_menus_controller.rb'
-    - 'app/controllers/journals_controller.rb'
-    - 'app/controllers/messages_controller.rb'
-    - 'app/controllers/repositories_controller.rb'
-    - 'app/models/journal.rb'
-    - 'app/models/mail_handler.rb'
-    - 'app/models/query.rb'
-    - 'lib/redmine/configuration.rb'
-    - 'lib/redmine/scm/adapters/git_adapter.rb'
-    - 'lib/redmine/sort_criteria.rb'
-    - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
-
 # This cop supports safe autocorrection (--autocorrect).
 # Configuration parameters: AllowIfMethodIsEmpty.
 Style/SingleLineMethods: