mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +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:
|
||||
Exclude:
|
||||
- 'config/initializers/10-patches.rb'
|
||||
- 'lib/redmine/syntax_highlighting.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
|
||||
@@ -115,6 +115,7 @@ module Redmine
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
# Alias names used by CodeRay and not supported by Rouge
|
||||
LANG_ALIASES = {
|
||||
'delphi' => 'pascal',
|
||||
|
||||
Reference in New Issue
Block a user