summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-17 16:39:55 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-17 16:39:55 +0000
commit8bac080b8cc3aae63110b895677fa63e42dadc97 (patch)
treeb28ecdb29335e9be6a64a02297a969cb3c0428cf /.rubocop_todo.yml
parentcae3f78ebab10ccacacbd8f4192ac63a2790a12e (diff)
downloadredmine-8bac080b8cc3aae63110b895677fa63e42dadc97.tar.gz
redmine-8bac080b8cc3aae63110b895677fa63e42dadc97.zip
code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18720 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 4c56f5509..ba061adfb 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -918,11 +918,6 @@ Style/BracesAroundHashParameters:
Enabled: false
# Cop supports --auto-correct.
-Style/CharacterLiteral:
- Exclude:
- - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
-
-# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
@@ -1225,7 +1220,6 @@ Style/ParenthesesAroundCondition:
- 'lib/redmine/helpers/gantt.rb'
- 'lib/redmine/scm/adapters/cvs_adapter.rb'
- 'lib/redmine/scm/adapters/git_adapter.rb'
- - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.