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
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
Runs at the end of the test suite, displaying errors.
Runs after each script is tested. Prints nothing.
Runs at the start of the test suite, displaying nothing