Enable Sorbet/TrueSigil cop

This commit is contained in:
Douglas Eichelberger 2023-04-19 09:41:11 -07:00
parent 71de574285
commit e5fcdd0bd6

View File

@ -295,6 +295,14 @@ Sorbet/StrictSigil:
Include:
- "**/*.rbi"
Sorbet/TrueSigil:
Enabled: true
Exclude:
- "Taps/**/*"
- "/**/{Formula,Casks}/**/*.rb"
- "**/{Formula,Casks}/**/*.rb"
- "Homebrew/test/**/*.rb"
# Require &&/|| instead of and/or
Style/AndOr:
EnforcedStyle: always