diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-17 16:39:55 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-17 16:39:55 +0000 |
commit | 8bac080b8cc3aae63110b895677fa63e42dadc97 (patch) | |
tree | b28ecdb29335e9be6a64a02297a969cb3c0428cf /.rubocop_todo.yml | |
parent | cae3f78ebab10ccacacbd8f4192ac63a2790a12e (diff) | |
download | redmine-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.yml | 6 |
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. |