aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-09-18 14:27:09 +0100
committerMike McQuaid2016-09-19 11:18:09 +0100
commit515f7b52553b7f5f10904f2b3972260ae223c6e8 (patch)
tree457fa183cd75d94278b4d6934a79a25d25cb53b5 /Library/Homebrew/test
parent569dbf4d058302f0fa457d55f508ae250885d239 (diff)
downloadbrew-515f7b52553b7f5f10904f2b3972260ae223c6e8.tar.bz2
Unify .rubocopy.yml files.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/.rubocop.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/.rubocop.yml b/Library/Homebrew/test/.rubocop.yml
deleted file mode 100644
index 6f1bcba97..000000000
--- a/Library/Homebrew/test/.rubocop.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-inherit_from: ../../.rubocop.yml
-
-# `formula do` uses nested method definitions
-Lint/NestedMethodDefinition:
- Enabled: false