Sha256: 683a3ccfb67aa6108075681aca4d15f7ed55295b3f6f115f5d0d81aa94580cfc

Contents?: true

Size: 873 Bytes

Versions: 9

Compression:

Stored size: 873 Bytes

Contents

module Steep
  module Drivers
    class Check
      LSP: untyped

      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

9 entries across 9 versions & 1 rubygems

Version Path
steep-1.3.2 sig/steep/drivers/check.rbs
steep-1.3.1 sig/steep/drivers/check.rbs
steep-1.4.0.dev.2 sig/steep/drivers/check.rbs
steep-1.4.0.dev.1 sig/steep/drivers/check.rbs
steep-1.3.0 sig/steep/drivers/check.rbs
steep-1.3.0.pre.2 sig/steep/drivers/check.rbs
steep-1.3.0.pre.1 sig/steep/drivers/check.rbs
steep-1.2.1 sig/steep/drivers/check.rbs
steep-1.2.0 sig/steep/drivers/check.rbs