Expand description
todolint provides predicates for scanning for incomplete tasks.
Structs§
Enums§
- Todolint
Error - TodolintError models bad computer states.
Statics§
- CONFIGURATION_
FILENAME - CONFIGURATION_FILENAME denotes the file path to an optional TOML configuration file, relative to the current working directory.
- DEFAULT_
FORMAL_ TASK_ PATTERN - DEFAULT_FORMAL_TASK_PATTERN matches standardized, crossreferenced code snippets of the form
pending: <uri>. - DEFAULT_
SKIP_ PATHS - DEFAULT_SKIP_PATHS collects common third party file paths.
- DEFAULT_
TASK_ NAMES - DEFAULT_TASK_NAMES collect common task terms.
- GENERAL_
TASK_ PATTERN_ REPLACE_ TEMPLATE - GENERAL_TASK_PATTERN_REPLACE_TEMPLATE combines
task_namesand a pipe (|) delimited task name string, to form a patteron for matching incomplete code snippets. - SKIP_
PATHS_ PATTERN_ REPLACE_ TEMPLATE - SKIP_PATHS_PATTERN_REPLACE_TEMPLATE combines
skip_pathsand a pipe (|) delimited file paths string to form a pattern matching skippable file paths. - TEXT_
MIMETYPE_ PATTERN
Functions§
- generate_
skip_ path_ pattern - generate_skip_path_pattern builds a file path matching pattern from a collection of file paths.
- generate_
task_ pattern - generate_task_pattern builds a task pattern from a collection of task names.