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:
Toshi MARUYAMA
2019-10-09 02:05:49 +00:00
parent 171c62f02d
commit 203c30dad1
2 changed files with 7 additions and 5 deletions

View 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