aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/tmpls/rust-analyzer.toml
blob: 96a96b430dfeda4bfa9c155652d708071809ccee (plain) (blame)
1
2
3
4
5
6
7
8
9
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"]