StructsΒ§
- CheckId
- Identifies a single step
- Diag
CtxInner π - Finished
Check - Running
Check - Represents a single tidy check, identified by its
name, running. - Stderr
ForUnit πTests - An implementation of
io::Writeandtermcolor::WriteColorthat writes to stderr viaeprint!, so that the output can be properly captured when running tidyβs unit tests. - TidyCtx
- Collects diagnostics from all tidy steps, and contains shared information that determines how should message and logs be presented.
- Tidy
Flags - CLI flags used by tidy.
ConstantsΒ§
FunctionsΒ§
- error_
if_ πin_ ci - find_
base_ πcommit - output_
message - Output a message to stderr. The message can be optionally scoped to a certain check, and it can also have a certain color.