Skip to content

Commit

Permalink
[#499] Ignore custom rubocop code while running Rubocop on generated …
Browse files Browse the repository at this point in the history
…projects
  • Loading branch information
Goose97 committed Apr 11, 2024
1 parent b80b449 commit 18fde8b
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 @@ -17,6 +17,7 @@ AllCops:
- 'node_modules/**/*'
- 'config/**/*'
- 'tmp/**/*'
- 'rubocop/**/*'
TargetRubyVersion: 3
NewCops: enable

Expand Down

0 comments on commit 18fde8b

Please sign in to comment.