.rubocop.yml: override StrictSigil includes

This commit is contained in:
Bo Anderson 2021-12-04 03:13:15 +00:00
parent d55a8804e6
commit b1b76ea59b
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -404,6 +404,9 @@ Sorbet/FalseSigil:
- "Homebrew/test/**/Casks/**/*.rb"
Sorbet/StrictSigil:
inherit_mode:
override:
- Include
Enabled: true
Include:
- "**/*.rbi"