Skip to content

Linter

[Source]

Provides the ability to lint and fix eohippus ASTs.

actor tag Linter

Constructors

create

[Source]

new tag create(
  config': HashMap[String val, String val, HashEq[String val] val] val,
  notify': LinterNotify tag)
: Linter tag^

Parameters

Returns


Public Behaviours

lint

[Source]

be lint(
  task_id: USize val,
  tree: Node val)

Parameters


fix

[Source]

be fix(
  task_id: USize val,
  tree: Node val,
  issues: ReadSeq[Issue val] val)

Parameters