Dogma.Formatter.Flycheck

A machine-readable format suitable for integration with tools like Flycheck or Syntastic.

/project/lib/test.ex:1:1: W: Module with out a @moduledoc detected
/project/lib/test.ex:14:1: W: Comparison to a boolean is pointless
Source

Summary

finish(scripts)

Runs at the end of the test suite, displaying errors

script(script)

Runs after each script is tested. Prints nothing

start(scripts)

Runs at the start of the test suite, displaying nothing

Functions

finish(scripts)

Runs at the end of the test suite, displaying errors.

Source
script(script)

Runs after each script is tested. Prints nothing.

Source
start(scripts)

Runs at the start of the test suite, displaying nothing

Source