]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/syntax_hig...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 9 Nov 2019 17:57:11 +0000 (17:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 9 Nov 2019 17:57:11 +0000 (17:57 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19048 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
lib/redmine/syntax_highlighting.rb

index 1ceff99b91da5b4351a07a85139e26135d9bff35..2233e177efd75e177fc8bd145ab5b266dbd83391 100644 (file)
@@ -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.
index b8bc6526f71650c57153f1095d4c9599927e6e49..03935705c7d82eeb810752a499f2fe1f2b9fd95f 100644 (file)
@@ -115,6 +115,7 @@ module Redmine
         end
 
         private
+
         # Alias names used by CodeRay and not supported by Rouge
         LANG_ALIASES = {
           'delphi' => 'pascal',