]> source.dussan.org Git - redmine.git/commitdiff
rubocop: add Style/AsciiComments to .rubocop_todo.yml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 9 Oct 2019 02:05:49 +0000 (02:05 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 9 Oct 2019 02:05:49 +0000 (02:05 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18632 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml
.rubocop_todo.yml

index 90e8bcef0589fd4b7b090d0536ad7b16619300d3..967b6f7e7e3c97d0527b651d3c5ff44724b4cb52 100644 (file)
@@ -60,6 +60,13 @@ Rails/BulkChangeTable:
 Rails/HelperInstanceVariable:
   Enabled: false
 
+# Configuration parameters: AllowedChars.
+Style/AsciiComments:
+  Exclude:
+    # Copyright credit has non ascii character.
+    # We can not change nor remove it.
+    - 'app/models/repository/git.rb'
+
 Style/FormatStringToken:
   Enabled: false
 
index 424e7ffcbb1b89e0aa3ea275d207e932740e549e..8fa1d53d241d63cd1019d2379e8501c1f8c0f79b 100644 (file)
@@ -988,11 +988,6 @@ Style/Alias:
 Style/AndOr:
   Enabled: false
 
-# Configuration parameters: AllowedChars.
-Style/AsciiComments:
-  Exclude:
-    - 'app/models/repository/git.rb'
-
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle.
 # SupportedStyles: percent_q, bare_percent