From 041f15fe93488c6389be6139effcc8225002d07e Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 7 Nov 2021 21:57:50 +0900 Subject: [PATCH] Enable new cops Follow up to https://github.com/rubocop/rubocop/pull/7875. --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index df7612d..ed49b5c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,7 @@ require: - rubocop-rspec AllCops: + NewCops: enable TargetRubyVersion: 2.5 InternalAffairs/NodeMatcherDirective: