class Rubydex::Linter::MissingGraphDependencyError
Public Class Methods
(String, String) → void
Source
# File lib/rubydex/linter/rule.rb, line 108 def initialize(rule_name, dependency) super( "Rubydex linter rule `#{rule_name}` requires #{dependency} to exist in the Rubydex graph. " \ "This is a rule setup error, not a clean lint result; ensure the source that defines " \ "the dependency is indexed and Rubydex can resolve it.", ) end
Calls superclass method