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
Source

Summary

test(script, list2 \\ [])

Callback implementation for Dogma.Rule.test/2

Functions

test(script, list2 \\ [])

Callback implementation for Dogma.Rule.test/2.

Source