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¶ config': HashMap[String val, String val, HashEq[String val] val] val notify': LinterNotify tag Returns¶ Linter tag^ Public Behaviours¶ lint¶ [Source] be lint( task_id: USize val, tree: Node val) Parameters¶ task_id: USize val tree: Node val fix¶ [Source] be fix( task_id: USize val, tree: Node val, issues: ReadSeq[Issue val] val) Parameters¶ task_id: USize val tree: Node val issues: ReadSeq[Issue val] val