Skip to content

Commit 4712f51

Browse files
committed
Remove an unneeded config from .rubocop.yml
rubocop-rails repo does not have spec/rubocop/cop/style/ip_addresses_spec.rb.
1 parent c328836 commit 4712f51

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.rubocop.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ Style/FormatStringToken:
3030
Exclude:
3131
- spec/**/*
3232

33-
Style/IpAddresses:
34-
# The test for this cop includes strings that would cause offenses
35-
Exclude:
36-
- spec/rubocop/cop/style/ip_addresses_spec.rb
37-
3833
Layout/AlignHash:
3934
EnforcedHashRocketStyle:
4035
- key

0 commit comments

Comments
 (0)