From e750001d064c9434175491265affc0fea356dfad Mon Sep 17 00:00:00 2001 From: hoshinotsuyoshi Date: Mon, 25 Mar 2024 21:57:00 +0900 Subject: [PATCH] Add `Rules` to config/default.yml Avoid `Warning: Grep/Grep does not support Rules parameter.` --- config/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.yml b/config/default.yml index c5e7ec3..c67fe64 100644 --- a/config/default.yml +++ b/config/default.yml @@ -3,4 +3,5 @@ Grep/Grep: Description: 'It is a RuboCop extension to define your own cop with regexps.' Enabled: true + Rules: [] VersionAdded: '0.1'