Sha256: 2e85b935552275b674983e2853265e7d9fb3438e70eea8e55ed24f97558d4c93
Contents?: true
Size: 898 Bytes
Versions: 4
Compression:
Stored size: 898 Bytes
Contents
module Steep module Drivers class Check module LSP = LanguageServer::Protocol attr_reader stdout: untyped attr_reader stderr: untyped attr_reader command_line_patterns: untyped attr_accessor with_expectations_path: untyped attr_accessor save_expectations_path: untyped attr_accessor severity_level: untyped attr_reader jobs_option: Utils::JobsOption include Utils::DriverHelper def initialize: (stdout: untyped, stderr: untyped) -> void def run: () -> untyped def print_expectations: (project: untyped, all_files: untyped, expectations_path: untyped, notifications: untyped) -> untyped def save_expectations: (project: untyped, all_files: untyped, expectations_path: untyped, notifications: untyped) -> 0 def print_result: (project: untyped, notifications: untyped) -> (0 | 1) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
steep-1.4.0 | sig/steep/drivers/check.rbs |
steep-1.4.0.dev.5 | sig/steep/drivers/check.rbs |
steep-1.4.0.dev.4 | sig/steep/drivers/check.rbs |
steep-1.4.0.dev.3 | sig/steep/drivers/check.rbs |