Dogma.Formatter.Simple

A formatter that prints a dot per file, followed by details at the end.

Inspecting 27 files.

.....X..........X..........

27 files, 2 errors!

== lib/dogma/rules.ex ==
23: TrailingBlankLines: Blank lines detected at end of file

== test/dogma/formatter_test.exs ==
9: TrailingWhitespace: Trailing whitespace detected [33]
Source

Summary

finish(scripts)

Runs at the end of the test suite, displaying errors

script(script)

Runs after each script is tested. Prints a dot!

start(scripts)

Runs at the start of the test suite, displaying a file count

Functions

finish(scripts)

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

Source
script(script)

Runs after each script is tested. Prints a dot!

Source
start(scripts)

Runs at the start of the test suite, displaying a file count

Source