Home
last modified time | relevance | path

Searched refs:FMT_CHECK (Results 1 – 2 of 2) sorted by relevance

/DragonBoot/
H A DMakefile5 FMT_CHECK?=0 macro
7 ifeq ($(FMT_CHECK), 1)
8 FMT_CHECK=--check macro
10 FMT_CHECK= macro
62 @cargo fmt --all $(FMT_CHECK)
/DragonBoot/.github/workflows/
H A Drustfmt.yml30 FMT_CHECK=1 make fmt