Nicene v0.1.4 API Reference
Modules
A Credo plugin which offers several additional checks.
Function definitions should use one or the other style, not a mix of the two.
Check to ensure that module names correspond to the file that it is defined it.
Invokations of functions should be before definitions of those functions.
Private functions should not have typespecs
Public functions in a module should be defined before private functions.
Check to ensure all tests are in the correct folder.
Do not use case
when the only matches are true
and false
.
Check to ensure that we aren't doing any unnecessary pattern matching or using unnecessary guard clauses for functions.