mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 13:55:52 +01:00
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:
@@ -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.
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user