Skip to content

Commit

Permalink
chore: ignore ./gemfiles in rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Nov 19, 2024
1 parent 8cb38e2 commit 535448e
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 @@ -18,6 +18,7 @@ AllCops:
- "fixtures/dummy/node_modules/**/*"
- "fixtures/dummy/vendor/**/*"
- "fixtures/external/**/*"
- "gemfiles/**/*"

Layout/LineLength:
Max: 100
Expand Down

0 comments on commit 535448e

Please sign in to comment.