# sig/govuk/lint/cli.rbs class Govuk::Lint::CLI < Govuk::Lint::RuboCop::CLI def run: () -> untyped end # sig/govuk/lint/config_file.rbs class Govuk::Lint::ConfigFile def absolutize_paths: () -> untyped def config_file_path: () -> untyped def load_global_config: () -> untyped def local_config_file_path: () -> untyped def merged_global_and_local_configs: () -> untyped def tempfile_for_configs: () -> untyped end # sig/govuk/lint/sass_cli.rbs class Govuk::Lint::SassCLI < Govuk::Lint::SCSSLint::CLI def run: () -> untyped end # sig/govuk/lint/diff.rbs module Govuk::Lint::Diff def self.changed_files: () -> untyped def self.changed_lines: () -> untyped def self.commit_options: () -> untyped def self.enable!: () -> untyped end # sig/govuk/lint/diff.rbs module Govuk::Lint::Diff::EnabledLines def enabled_line?: () -> untyped end # sig/govuk/lint/diff.rbs module Govuk::Lint::Diff::TargetFinder def find: () -> untyped end