aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/tmpls/rust-analyzer.toml
blob: 26e8141cb9902b39dc03b692c59bbd708220a65c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[rust-analyzer]
checkOnSave = true

# Use mling with ra-lint-check for code checking
#
# This tool will:
#   1. first run `cargo check` to perform basic checks on your workspace
#   2.  then run `mling lint`  to perform additional checks
#       on the `Mingling` framework code in your workspace
check.overrideCommand = ["mling", "ra-lint-check"]