Skip to content

Commit

Permalink
fix: anonymous blocks break rubyfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shkm committed Feb 8, 2023
1 parent cb9af66 commit 4a421ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ Metrics/BlockLength:
- spec/**/*_spec.rb
Metrics/ClassLength:
Enabled: false

# Disabled because rubyfmt breaks on this syntax.
# To re-enable when fixed.
Naming/BlockForwarding:
Enabled: false

0 comments on commit 4a421ae

Please sign in to comment.