aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2016-10-01 12:13:09 +0100
committerMike McQuaid2016-10-01 12:13:09 +0100
commit5b31507fdac6ae12141b3e84f70115610a7ae00c (patch)
tree714f611711b85d1d42134ac1a83c639036a2203f /Library/Homebrew/cmd
parentcea796c09bf3277b31029c4c417315e534d443d1 (diff)
downloadbrew-5b31507fdac6ae12141b3e84f70115610a7ae00c.tar.bz2
Use Library/.rubocop.yml file.
This allows having a shared style that’s use for Homebrew/brew and taps which can be overridden by Homebrew/brew.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/style.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb
index e44641f70..9934c6939 100644
--- a/Library/Homebrew/cmd/style.rb
+++ b/Library/Homebrew/cmd/style.rb
@@ -56,7 +56,7 @@ module Homebrew
args << "--config" << HOMEBREW_LIBRARY_PATH/".rubocop.yml"
args += [HOMEBREW_LIBRARY_PATH]
else
- args << "--config" << Tap::TAP_DIRECTORY/".rubocop.yml"
+ args << "--config" << HOMEBREW_LIBRARY/".rubocop.yml"
args << "--format" << "simple"
args += files
end