API Reference green v0.1.1
Modules
This module defines a struct that represents a function signature.
Conveniences for modifying the AST and associated comments.
Conveniences for modifying parsed comments.
Conveniences for modifying the AST.
Conveniences for modifying the AST and associated comments.
This is the Rule behaviour.
This cop warns if exceptions are defined with a suffix of Error
.
This cop transforms single-function pipelines into function calls.
This module removes else
clauses that return nil
.
This cop transforms unless
with else
into if
with else
.
This rule transforms nested function calls into pipelines.
This cop ensures final, always-matching clauses in cond
use true
.
This cop replaces use of bitstrings with the <>
operator when matching binaries.
This cop replaces references to the current module by name with the pseudo-variable
__MODULE__
.
This module prints warnings when capital letters are used in atoms, functions, variables or attributes.
This module prints a warning if there are one-letter variable names.
This module removes nil
defaults from struct definitions.