diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4290b9e06..5d663a93e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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. diff --git a/lib/redmine/wiki_formatting/textile/formatter.rb b/lib/redmine/wiki_formatting/textile/formatter.rb index 7aabd6435..47ddfbb0f 100644 --- a/lib/redmine/wiki_formatting/textile/formatter.rb +++ b/lib/redmine/wiki_formatting/textile/formatter.rb @@ -108,7 +108,7 @@ module Redmine sections end - private + private # Patch for RedCloth. Fixed in RedCloth r128 but _why hasn't released it yet. # http://code.whytheluckystiff.net/redcloth/changeset/128