Skip to content

Commit

Permalink
Merge pull request #3 from nedap/bug/anonymous-blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
shkm authored Feb 8, 2023
2 parents cb9af66 + 4a421ae commit 2a307f6
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 2a307f6

Please sign in to comment.