Merge pull request #16042 from MikeMcQuaid/rubocop_no_minitest

rubocop: don't recommend minitest extension.
This commit is contained in:
Mike McQuaid 2023-09-27 12:47:10 +01:00 committed by GitHub
commit c2841e2998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@ AllCops:
- "Homebrew/bin/*" - "Homebrew/bin/*"
- "Homebrew/vendor/**/*" - "Homebrew/vendor/**/*"
- "Taps/*/*/vendor/**/*" - "Taps/*/*/vendor/**/*"
SuggestExtensions:
rubocop-minitest: false
Cask/Desc: Cask/Desc:
Description: "Ensure that the desc stanza conforms to various content and style checks." Description: "Ensure that the desc stanza conforms to various content and style checks."