class

Detector::Specification::Smithy

Inherits Detector < Reference < Object

Class methods

tech_name

The tech name without needing an instance, so the registry can be read off the classes themselves rather than from a parallel list.

Source

Instance methods

applicable?(filename : String) : Bool

Registers every .smithy path in CodeLocator for the analyzer pass; must keep running after the first match.

Source
detect(filename : String, file_contents : String) : Bool
Source
idempotent?

Registers every .smithy path in CodeLocator for the analyzer pass; must keep running after the first match.

Source
set_name

Registers every .smithy path in CodeLocator for the analyzer pass; must keep running after the first match.

Source