Skip to content

Commit

Permalink
Next round
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemma Issroff committed Feb 7, 2020
1 parent d30344d commit 1d3bdaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Expand Up @@ -28,9 +28,6 @@ Style/FormatStringToken:
Exclude:
- spec/**/*

Style/HashEachMethods:
Enabled: false

Style/IpAddresses:
# The test for this cop includes strings that would cause offenses
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion manual/cops_style.md
Expand Up @@ -2395,7 +2395,7 @@ MinBodyLength | `1` | Integer

Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
--- | --- | --- | --- | ---
Disabled | No | Yes (Unsafe) | 0.80 | -
Pending | No | Yes (Unsafe) | 0.80 | -

This cop checks for uses of `each_key` and `each_value` Hash methods.

Expand Down

0 comments on commit 1d3bdaf

Please sign in to comment.