This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c6d0c6  YETUS-988. Update rubocop settings for homebrew (#129)
0c6d0c6 is described below

commit 0c6d0c6ed4ba8f1f3a2548125f183734129b9e81
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Wed Sep 23 07:19:03 2020 -0700

    YETUS-988. Update rubocop settings for homebrew (#129)
---
 Formula/.rubocop.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Formula/.rubocop.yml b/Formula/.rubocop.yml
index e0496dd..8f85f1d 100644
--- a/Formula/.rubocop.yml
+++ b/Formula/.rubocop.yml
@@ -27,6 +27,8 @@
 # Taken from Homebrew @ Dec 3, 2018. Modified to pass yamllint
 #
 ---
+AllCops:
+  NewCops: disable
 # make our hashes consistent
 Layout/HashAlignment:
   EnforcedHashRocketStyle: table

Reply via email to