API Reference rebar3_hank v1.4.1
modules
Modules
A rule to detect hrl attributes used in just one module: Attributes supported: -define -record It will suggest to place those attributes inside the module to avoid having (and including) a hrl file.
To avoid this warning, include the content of the header file into the module.
The rule emits a warning for each function argument that is consistently ignored in all function clauses.
This rule will check all callbacks defined in a module and find those that are not used anywhere in the module itself.
To avoid this warning, remove the unused parameters.
To avoid this warning, remove the unused header files.
To avoid this warning, remove the unused macros.
The rule will detect fields that are defined as part of a record but never actually used anywhere.