Skip to content

Commit

Permalink
Minor cleanup of .rubocop.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Cory Hutchison <cory.hutchison@shopify.com>
  • Loading branch information
mutecipher committed May 18, 2021
1 parent d719fe0 commit f62da11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ require:
AllCops:
TargetRubyVersion: 2.4
Exclude:
- 'vendor/**/*'
- "vendor/**/*"
- "spec/support/repo/bin/tapioca"

Style/CaseEquality:
Enabled: false

Style/ClassAndModuleChildren:
Exclude:
- spec/tapioca/**/*
- "spec/tapioca/**/*"

Sorbet:
Enabled: true
Expand Down

0 comments on commit f62da11

Please sign in to comment.