jfmengels / review-unused / NoUnused.Exports

Forbid the use of exposed elements that are never used in your project.

Rule

rule : Review.Rule.Rule

Report functions and types that are exposed from a module but that are never used in other modules.

If the project is a package and the module that declared the element is exposed, then nothing will be reported.

config =
    [ NoUnused.Exports.rule
    ]