class SugarCane::AbcCheck::InvalidAst

Null object for when the file cannot be parsed.

Public Instance Methods

violations() click to toggle source
# File lib/sugarcane/abc_check.rb, line 61
def violations
  [{file: file_name, description: "File contained invalid syntax"}]
end