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