MixMachine.Format behaviour (mix_machine v0.1.0)
Behaviour for defining machine formatters.
Link to this section Summary
Callbacks
Transform list of diagnostics into the machine readable output.
Link to this section Types
Link to this type
opts()
Specs
Link to this section Callbacks
Link to this callback
render(list, opts)
Specs
render([Mix.Task.Compiler.Diagnostic.t()], opts()) :: iodata()
Transform list of diagnostics into the machine readable output.