Skip to main content

Module selection

Module selection 

Source
Expand description

Which files a config selects for checking, and why the rest were skipped.

include, exclude and file_types decide what a project checks, and until the answer is visible the only way to find out is to run a check and count. A pattern that matches nothing and one that swallows a directory nobody meant to drop both look exactly like a checker that is working. The CLI’s config files and the editor’s Inspector both answer from here, so they cannot disagree.

Structs§

Selection
What a config selects, and what it turned away.

Enums§

RejectedBy
The config list that turned a file away.

Functions§

select_files
Walk the same patterns the indexer walks and sort the results by verdict.