microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
26 stars 22 forks source link

.sync/rust_config/Makefile.toml: Add check task #241

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

The VS Code rust-analyzer plugin uses cargo check to find problems. We use custom flags/target info with cargo make.

This adds a cargo make check command that reuses similar flags to our build so the check results are similar. check_json is added to be used by tools like VS Code that need JSON output.