From af546ab78aa652ae10f2d3190b82e7a3bec4cf90 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 5 Jul 2021 22:58:52 +0200 Subject: plugins: fixed rubocop errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .rubocop.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 555eea7..e547be9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,7 @@ AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 3.0 + + NewCops: enable DisplayCopNames: true DisplayStyleGuide: false -- cgit v1.2.3