Sha256: 0a05e310c48e05c4da565005ced4318e067fb6059ff560ac68b6546025ab7c76
Contents?: true
Size: 960 Bytes
Versions: 18
Compression:
Stored size: 960 Bytes
Contents
module Steep module Drivers class Check module LSP = LanguageServer::Protocol attr_reader stdout: IO attr_reader stderr: IO attr_reader command_line_patterns: Array[String] attr_accessor with_expectations_path: Pathname? attr_accessor save_expectations_path: Pathname? attr_accessor severity_level: Diagnostic::LSPFormatter::severity attr_reader jobs_option: Utils::JobsOption include Utils::DriverHelper def initialize: (stdout: IO, stderr: IO) -> void def run: () -> Integer def print_expectations: (project: Project, all_files: Array[Pathname], expectations_path: Pathname, notifications: Array[untyped]) -> Integer def save_expectations: (project: Project, all_files: Array[Pathname], expectations_path: Pathname, notifications: Array[untyped]) -> Integer def print_result: (project: Project, notifications: Array[untyped]) -> Integer end end end
Version data entries
18 entries across 18 versions & 1 rubygems