From 4712f515c67efc993ca8c6f62943bb761ff0b5df Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 24 Jun 2019 10:17:05 +0900 Subject: [PATCH] Remove an unneeded config from .rubocop.yml rubocop-rails 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 a1d2265a1f..97cf4c4216 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -30,11 +30,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/AlignHash: EnforcedHashRocketStyle: - key