mirror of
https://github.com/redmine/redmine.git
synced 2026-07-10 23:02:03 +02:00
code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18685 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -26,7 +26,6 @@ Layout/AccessModifierIndentation:
|
||||
- 'app/models/setting.rb'
|
||||
- 'app/models/tracker.rb'
|
||||
- 'lib/redmine/wiki_formatting/textile/formatter.rb'
|
||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle, IndentationWidth.
|
||||
@@ -148,7 +147,6 @@ Layout/EmptyLinesAroundAccessModifier:
|
||||
- 'app/models/tracker.rb'
|
||||
- 'config/initializers/10-patches.rb'
|
||||
- 'lib/redmine/syntax_highlighting.rb'
|
||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
|
||||
@@ -319,9 +319,8 @@ class RedCloth3 < String
|
||||
|
||||
end
|
||||
|
||||
#######
|
||||
private
|
||||
#######
|
||||
private
|
||||
|
||||
#
|
||||
# Mapping of 8-bit ASCII codes to HTML numerical entity equivalents.
|
||||
# (from PyTextile)
|
||||
|
||||
Reference in New Issue
Block a user