diff --git a/Library/Homebrew/sorbet/rbi/gems/simplecov@0.19.1.rbi b/Library/Homebrew/sorbet/rbi/gems/simplecov@0.20.0.rbi similarity index 100% rename from Library/Homebrew/sorbet/rbi/gems/simplecov@0.19.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/simplecov@0.20.0.rbi diff --git a/Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.2.rbi b/Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.2.rbi new file mode 100644 index 0000000000..9c33188937 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.2.rbi @@ -0,0 +1,8 @@ +# DO NOT EDIT MANUALLY +# This is an autogenerated file for types exported from the `simplecov_json_formatter` gem. +# Please instead update this file by running `tapioca sync`. + +# typed: true + +# THIS IS AN EMPTY RBI FILE. +# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 22bfba4868..9c648e96ae 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -27765,6 +27765,13 @@ end class SimpleCov::Formatter::HTMLFormatter end +class SimpleCov::Formatter::JSONFormatter + def format(result); end +end + +class SimpleCov::Formatter::JSONFormatter +end + class SimpleCov::Formatter::MultiFormatter end @@ -27789,6 +27796,7 @@ class SimpleCov::Formatter::SimpleFormatter end module SimpleCov::Formatter + def self.from_env(env); end end module SimpleCov::LastRun @@ -28140,6 +28148,40 @@ module SimpleCov def self.write_last_run(result); end end +module SimpleCovJSONFormatter +end + +class SimpleCovJSONFormatter::ResultExporter + def export(); end + + def initialize(result_hash); end + FILENAME = ::T.let(nil, ::T.untyped) +end + +class SimpleCovJSONFormatter::ResultExporter +end + +class SimpleCovJSONFormatter::ResultHashFormatter + def format(); end + + def initialize(result); end +end + +class SimpleCovJSONFormatter::ResultHashFormatter +end + +class SimpleCovJSONFormatter::SourceFileFormatter + def format(); end + + def initialize(source_file); end +end + +class SimpleCovJSONFormatter::SourceFileFormatter +end + +module SimpleCovJSONFormatter +end + module Singleton def _dump(depth=T.unsafe(nil)); end