class Cane::AbcCheck::InvalidAst

Null object for when the file cannot be parsed.

Public Instance Methods

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