Skip to content

Commit

Permalink
Ignore files in ./bin in Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbraksa committed May 5, 2024
1 parent a1c7842 commit 49f434e
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 @@ -3,6 +3,8 @@ inherit_gem:

AllCops:
TargetRubyVersion: 3.0
Exclude:
- "bin/**/*"

require:
- rubocop-rake
Expand Down

0 comments on commit 49f434e

Please sign in to comment.