From 8b19ab81304b71bbe969f1ebdd22f9de3b07e111 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 24 Jun 2019 10:10:13 +0900 Subject: [PATCH] Remove an unneeded config from .rubocop.yml rubocop-performance repo does not have spec/rubocop/cop/style/ip_addresses_spec.rb. --- .rubocop.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 34bd81b0ad..2eefe9d38c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,11 +27,6 @@ Style/FormatStringToken: Exclude: - spec/**/* -Style/IpAddresses: - # The test for this cop includes strings that would cause offenses - Exclude: - - spec/rubocop/cop/style/ip_addresses_spec.rb - Layout/EndOfLine: EnforcedStyle: lf