Merge pull request #8852 from Homebrew/sorbet-files-update

sorbet: Update RBI files and prune files.yaml.
This commit is contained in:
Jonathan Chang 2020-10-05 12:54:38 +11:00 committed by GitHub
commit 641016da10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19409,6 +19409,10 @@ class RuboCop::Cop::FormulaAudit::DeprecateDisableReason
def reason(param0); end def reason(param0); end
end end
class RuboCop::Cop::FormulaAudit::GitUrls
def url_has_revision?(param0=T.unsafe(nil)); end
end
class RuboCop::Cop::FormulaAudit::Miscellaneous class RuboCop::Cop::FormulaAudit::Miscellaneous
def conditional_dependencies(param0); end def conditional_dependencies(param0); end
@ -19437,6 +19441,10 @@ class RuboCop::Cop::FormulaAudit::Text
def prefix_path(param0); end def prefix_path(param0); end
end end
class RuboCop::Cop::FormulaAuditStrict::GitUrls
def url_has_tag?(param0=T.unsafe(nil)); end
end
class RuboCop::Cop::FormulaAuditStrict::Text class RuboCop::Cop::FormulaAuditStrict::Text
def interpolated_share_path_starts_with(param0, param1); end def interpolated_share_path_starts_with(param0, param1); end