mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
rubocop: add Style/AsciiComments to .rubocop_todo.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@18632 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -60,6 +60,13 @@ Rails/BulkChangeTable:
|
|||||||
Rails/HelperInstanceVariable:
|
Rails/HelperInstanceVariable:
|
||||||
Enabled: false
|
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:
|
Style/FormatStringToken:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
|||||||
@@ -988,11 +988,6 @@ Style/Alias:
|
|||||||
Style/AndOr:
|
Style/AndOr:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
# Configuration parameters: AllowedChars.
|
|
||||||
Style/AsciiComments:
|
|
||||||
Exclude:
|
|
||||||
- 'app/models/repository/git.rb'
|
|
||||||
|
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: EnforcedStyle.
|
# Configuration parameters: EnforcedStyle.
|
||||||
# SupportedStyles: percent_q, bare_percent
|
# SupportedStyles: percent_q, bare_percent
|
||||||
|
|||||||
Reference in New Issue
Block a user