Module hank

The Erlang Dead Code Cleaner.

Description

The Erlang Dead Code Cleaner

Function Index

analyze/4Runs a list of rules over a list of files and returns all the dead code pieces it can find.

Function Details

analyze/4

analyze(Files::[file:filename()], IgnoredFiles::[{file:filename(), hank_rule:t() | all}], Rules::[hank_rule:t()], Context::hank_context:t()) -> #{results => [hank_rule:result()], ignored => non_neg_integer()}

Runs a list of rules over a list of files and returns all the dead code pieces it can find.


Generated by EDoc