Dogma v0.1.16 Dogma.Rule.ModuleName

A rule that disallows module names not in PascalCase.

For example, this is considered valid:

defmodule HelloWorld do
end

While this is considered invalid:

defmodule Hello_World do
end

Summary

Functions

Callback implementation for c:Dogma.Rule.test/2

Functions

test(rule, script)

Callback implementation for c:Dogma.Rule.test/2.