Skip to content

Commit

Permalink
Disable extra spacing cop
Browse files Browse the repository at this point in the history
  • Loading branch information
willcosgrove committed Feb 4, 2025
1 parent faabf62 commit b9f57c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ AllCops:
# We need to disable this cop because it’s not compatible with TruffleRuby 23.1, which still needs a `require "set"`
Lint/RedundantRequireStatement:
Enabled: false

Layout/ExtraSpacing:
Enabled: false

0 comments on commit b9f57c6

Please sign in to comment.