hemtt check
Checks the project for errors
Usage: hemtt [OPTIONS]
Options:
-p, --pedantic Run all lints that are disabled by default (but not explicitly disabled
via project config)
-L, --lints <LINTS> Explicit Lints
-t, --threads <THREADS> Number of threads, defaults to # of CPUs
-v... Verbosity level
-h, --help Print help (see more with '--help')
Description
Checks the project for errors
hemtt check is the quickest way to check your project for errors. All the same checks are run as hemtt dev, but it will not write files to disk, saving time and resources.
Arguments
-p, --pedantic
Run all lints that are disabled by default (but not explicitly disabled via project config)
-L, --lints <LINTS>
Explicit Lints