Commit bdffdb2
authored
.sync/rust_config/Makefile.toml: Add check task (#241)
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.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>1 parent 67df77c commit bdffdb2
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
39 | 51 | | |
40 | 52 | | |
41 | 53 | | |
| |||
0 commit comments