aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/tmpls
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_cli/tmpls')
-rw-r--r--mingling_cli/tmpls/lints.tmpl2
-rw-r--r--mingling_cli/tmpls/rust-analyzer.toml9
2 files changed, 2 insertions, 9 deletions
diff --git a/mingling_cli/tmpls/lints.tmpl b/mingling_cli/tmpls/lints.tmpl
index 590828a..e177079 100644
--- a/mingling_cli/tmpls/lints.tmpl
+++ b/mingling_cli/tmpls/lints.tmpl
@@ -1,3 +1,5 @@
+// This file is auto-generated by pre/lint_registry.rs
+
#![allow(unused)]
use crate::linter::mlint_report::{MlintLevel, MlintReport};
diff --git a/mingling_cli/tmpls/rust-analyzer.toml b/mingling_cli/tmpls/rust-analyzer.toml
deleted file mode 100644
index 96a96b4..0000000
--- a/mingling_cli/tmpls/rust-analyzer.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-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"]