cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/syntax_highlighting.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19048 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-09 17:57:11 +00:00
parent 02876fb1bf
commit 3dff73502a
2 changed files with 1 additions and 1 deletions

View File

@@ -55,7 +55,6 @@ Layout/EmptyLines:
Layout/EmptyLinesAroundAccessModifier: Layout/EmptyLinesAroundAccessModifier:
Exclude: Exclude:
- 'config/initializers/10-patches.rb' - 'config/initializers/10-patches.rb'
- 'lib/redmine/syntax_highlighting.rb'
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle. # Configuration parameters: EnforcedStyle.

View File

@@ -115,6 +115,7 @@ module Redmine
end end
private private
# Alias names used by CodeRay and not supported by Rouge # Alias names used by CodeRay and not supported by Rouge
LANG_ALIASES = { LANG_ALIASES = {
'delphi' => 'pascal', 'delphi' => 'pascal',