1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00: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:
Toshi MARUYAMA 2019-10-15 17:25:31 +00:00
parent d7d85cd85f
commit 38bf3f5024
2 changed files with 2 additions and 5 deletions

View File

@ -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.

View File

@ -319,9 +319,8 @@ class RedCloth3 < String
end
#######
private
#######
private
#
# Mapping of 8-bit ASCII codes to HTML numerical entity equivalents.
# (from PyTextile)