[packages/rubocop] - updated patch

baggins baggins at pld-linux.org
Sun Jun 10 10:30:50 CEST 2018


commit d03888c75133780c43156ec8c68d46d38cf83b92
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jun 10 10:30:39 2018 +0200

    - updated patch

 rpmpath.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpmpath.patch b/rpmpath.patch
index 1781fd1..d1ccfaa 100644
--- a/rpmpath.patch
+++ b/rpmpath.patch
@@ -3,9 +3,9 @@
 @@ -11,7 +11,7 @@
    # directories are inspected.
    class ConfigLoader
-     DOTFILE = '.rubocop.yml'
+     DOTFILE = '.rubocop.yml'.freeze
 -    RUBOCOP_HOME = File.realpath(File.join(File.dirname(__FILE__), '..', '..'))
 +    RUBOCOP_HOME = File.realpath(File.dirname(__FILE__))
      DEFAULT_FILE = File.join(RUBOCOP_HOME, 'config', 'default.yml')
-     AUTO_GENERATED_FILE = 'rubocop-todo.yml'
+     AUTO_GENERATED_FILE = 'rubocop-todo.yml'.freeze
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rubocop.git/commitdiff/d03888c75133780c43156ec8c68d46d38cf83b92



More information about the pld-cvs-commit mailing list