From 434035eb5a372a255b6c167d6c2e5a3164248c8b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 19 Apr 2020 19:04:32 +0100 Subject: [PATCH] Enable new cops by default --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 34605df1d..d9fcce7c6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,6 +7,7 @@ require: AllCops: TargetRubyVersion: 2.5 + NewCops: enable Exclude: - 'vendor/**/*' -- 2.43.2