Skip to content

Commit

Permalink
Rubocop: skip validating ksc compiled files, if any
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Jul 28, 2024
1 parent ee07b35 commit 61509e9
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 @@ -6,6 +6,8 @@ require:
AllCops:
NewCops: enable
TargetRubyVersion: 2.4
Exclude:
- spec/compiled/*.rb

Style/ClassAndModuleChildren:
Enabled: false
Expand Down

0 comments on commit 61509e9

Please sign in to comment.