From 674a44d9a7fcd44d6eb0fb9c7edd27f024622734 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sun, 24 Mar 2019 18:35:54 +0200 Subject: [PATCH] rubocop: ignore Gemspec/RequiredRubyVersion --- .rubocop.yml | 3 +++ .rubocop_todo.yml | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6c15ef2d..ee3c8c06 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -65,3 +65,6 @@ Style/Documentation: Style/CommentedKeyword: Exclude: - 'spec/fixtures/example_nesting.rb' + +Gemspec/RequiredRubyVersion: + Enabled: false diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e8a6aaca..2a086a9b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,13 +6,6 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 1 -# Configuration parameters: Include. -# Include: **/*.gemspec -Gemspec/RequiredRubyVersion: - Exclude: - - 'pry.gemspec' - # Offense count: 88 Metrics/AbcSize: Max: 48