module RenovateConfigAsdf::Linter
Defined in:
renovate_config_asdf/linter.crClass Method Summary
- .lint_default_json(path : String, reference : Array(String)) : Tuple(Bool, String)
- .lint_example(path : String, reference : Array(String)) : Tuple(Bool, String)
- .lint_plugins_list(plugins : Array(String), reference : Array(String), check_order : Bool) : Tuple(Bool, String)
Class Method Detail
def self.lint_default_json(path : String, reference : Array(String)) : Tuple(Bool, String)
#
def self.lint_example(path : String, reference : Array(String)) : Tuple(Bool, String)
#
def self.lint_plugins_list(plugins : Array(String), reference : Array(String), check_order : Bool) : Tuple(Bool, String)
#