Skip to content

Commit

Permalink
Merge pull request #1906 from datadryad/rubocop-config
Browse files Browse the repository at this point in the history
Update rubocop config to ignore Ruby and gems
  • Loading branch information
ahamelers authored Nov 6, 2024
2 parents 8e1767f + 0d4b21a commit dbf3ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ AllCops:
- 'ui-library/**/*'
- 'node_modules/**/*'
- 'tmp/**/*'
- 'ruby/**/*'
# Suppress complaints about post-2.0 syntax
TargetRubyVersion: 3.0

Expand Down

0 comments on commit dbf3ac3

Please sign in to comment.