Dogma v0.1.16 Dogma

Dogma is a tool for enforcing a consistent Elixir code style within your project,the idea being that if your code is easier to read, it should also be easier to understand.

It’s highly configurable so you can adjust it to fit your style guide, but comes with a sane set of defaults so for most people it should just work out-of-the-box.

This module is our entry point, and does nothing but delegates to various other modules through the divine run/3 function.

Summary

Functions

run(dir_or_file, config, dispatcher)
version()