From 5dc358c1b7254aa622504cd98528779caf6dee00 Mon Sep 17 00:00:00 2001 From: Gautham Goli Date: Sun, 12 Feb 2017 11:07:03 +0530 Subject: Update rubocop config --- Library/Homebrew/rubocops/bottle_block_cop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/rubocops') diff --git a/Library/Homebrew/rubocops/bottle_block_cop.rb b/Library/Homebrew/rubocops/bottle_block_cop.rb index e16672683..55eb55152 100644 --- a/Library/Homebrew/rubocops/bottle_block_cop.rb +++ b/Library/Homebrew/rubocops/bottle_block_cop.rb @@ -1,6 +1,6 @@ module RuboCop module Cop - module CustomCops + module Homebrew class CorrectBottleBlock < Cop MSG = "Use rebuild instead of revision in bottle block".freeze -- cgit v1.2.3