Skip to content

Commit

Permalink
fix(ci): ignore some directories in rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Oct 11, 2024
1 parent 7747489 commit 0ca15bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ AllCops:
NewCops: enable
SuggestExtensions: false
Exclude:
- "lib/proscenium/ext/**/*"
- "playground/tmp/**/*"
- "fixtures/dummy/node_modules/**/*"
- "fixtures/dummy/vendor/**/*"
- "fixtures/external/**/*"
Expand Down

0 comments on commit 0ca15bd

Please sign in to comment.