aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-09-19 11:20:06 +0100
committerGitHub2016-09-19 11:20:06 +0100
commit357cce11fe37c8df1a36c808d698fb901bee0d31 (patch)
treefd6af002e9ed7a08e17da7d3331c438682c3ec25 /Library/Homebrew/test
parent569dbf4d058302f0fa457d55f508ae250885d239 (diff)
parent8a4f26f9522522ea938e79cb9e4651968f50045f (diff)
downloadbrew-357cce11fe37c8df1a36c808d698fb901bee0d31.tar.bz2
Merge pull request #1008 from MikeMcQuaid/more-rubocop
More Rubocop tweaks
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