Browse Source

code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wiki_formatting/textile/formatter.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18686 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Toshi MARUYAMA 4 years ago
parent
commit
c5e2c064f2
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      .rubocop_todo.yml
  2. 1
    1
      lib/redmine/wiki_formatting/textile/formatter.rb

+ 0
- 1
.rubocop_todo.yml View File

@@ -25,7 +25,6 @@ Layout/AccessModifierIndentation:
- 'app/models/role.rb'
- 'app/models/setting.rb'
- 'app/models/tracker.rb'
- 'lib/redmine/wiki_formatting/textile/formatter.rb'

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.

+ 1
- 1
lib/redmine/wiki_formatting/textile/formatter.rb View File

@@ -108,7 +108,7 @@ module Redmine
sections
end

private
private

# Patch for RedCloth. Fixed in RedCloth r128 but _why hasn't released it yet.
# <a href="http://code.whytheluckystiff.net/redcloth/changeset/128">http://code.whytheluckystiff.net/redcloth/changeset/128</a>

Loading…
Cancel
Save