aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorMike McQuaid2016-10-22 13:32:46 +0100
committerMike McQuaid2016-10-22 13:32:46 +0100
commit1f963267b6bd415ce3024bb7860d5253ad8e0132 (patch)
tree894f15a5c863307b5fd2062330c6c3398fd36c72 /Library/Homebrew/extend
parent5b421b93c9897dd5bae60c24bb937cccdafa5574 (diff)
downloadbrew-1f963267b6bd415ce3024bb7860d5253ad8e0132.tar.bz2
Update Rubocop style.
Another look at the current Rubocop rules and how they fit with our existing and desired future style. Almost all of these changes were automatic. Split some rules between formulae/brew where brew doesn't have millions of cases that need fixed.
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index a3837c695..a75cba406 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -139,7 +139,7 @@ module Superenv
end
def determine_pkg_config_libdir
- paths = %W[/usr/lib/pkgconfig]
+ paths = %w[/usr/lib/pkgconfig]
paths += homebrew_extra_pkg_config_paths
paths.to_path_s
end