rust/clippy_dev/src
bors f4bc9cf390 Auto merge of #7409 - xFrednet:5394-vs-code-tasks, r=giraffate,flip1995
Added `cargo dev setup vscode-tasks` for simplicity

This PR adds a setup command to `clippy dev` that installs tasks into the Clippy vscode workspace. These might be useful as they be used via shortcuts and are accessible over the GUI. The available tasks are:
* `cargo check` (standard Linux shortcut `[ctrl] + [shift] + b`)
* `cargo dev fmt`
* `cargo uitest` (with a comment how to add the `TESTNAME` environment value)
* `cargo test`
* `cargo dev bless`

---

changelog: none

only internal changes again. cc #5394

r? `@flip1995` This should be pretty much the same as the other `cargo dev setup` commands. Would you mind reviewing this? 🙃
2021-06-29 08:53:59 +00:00
..
setup Added cargo dev setup vscode-tasks for simplicity 2021-06-27 22:36:41 +02:00
bless.rs Merge commit '928e72dd10' into clippyup 2021-02-25 11:25:22 +01:00
fmt.rs Print cargo dev help on missing arg and updated setup documentation 2021-06-25 11:17:00 +02:00
lib.rs Added cargo dev setup git-hook 2021-06-25 11:16:59 +02:00
main.rs Auto merge of #7409 - xFrednet:5394-vs-code-tasks, r=giraffate,flip1995 2021-06-29 08:53:59 +00:00
new_lint.rs Implement x.py test src/tools/clippy --bless 2021-04-27 16:57:29 +00:00
serve.rs Merge commit '70c0f90453' into clippyup 2021-02-11 15:04:38 +01:00
stderr_length_check.rs Define modules in lib.rs instead of main.rs 2020-03-31 17:24:09 +02:00
update_lints.rs Add suspicious group 2021-06-25 08:53:29 -05:00