class Analyzer

Defined in:

analyzer.cr

Constant Summary

Types = {"Error" => "error", "Warning" => "warning", "Convention" => "convention"}

Instance Method Summary

Instance Method Detail

def analyze(exercise : String, path : String) #

[View source]
def exemplar_comment #

[View source]
def load_result(path : String) #

[View source]
def result : Array(Comments) #

[View source]
def result=(result : Array(Comments)) #

[View source]