aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/lints/template_linter.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-21 20:19:05 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-21 20:19:05 +0800
commitf422d85597ef27a6d6baff7e8cd2efc26541d32e (patch)
tree99b7a1c124eb99644bf121dc620605f0058ebb51 /mingling_cli/src/lints/template_linter.rs
parent1803dd427416ef19918c0ec7d50093b6d45f29af (diff)
fix: update placeholder author name in template linter docs
Diffstat (limited to 'mingling_cli/src/lints/template_linter.rs')
-rw-r--r--mingling_cli/src/lints/template_linter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_cli/src/lints/template_linter.rs b/mingling_cli/src/lints/template_linter.rs
index 271aa0c..4836e24 100644
--- a/mingling_cli/src/lints/template_linter.rs
+++ b/mingling_cli/src/lints/template_linter.rs
@@ -13,7 +13,7 @@
//! > This section is the **Metadata** section, which needs to be filled in correctly.
//! > These contents will eventually be compiled as the Linter's behavior.
//!
-//! Author: `Weicao-CatilGrass`
+//! Author: `Your-Name`
//! Default: `allow`
// ^^^^^ Supported parameters: `warn`, `allow`, `deny`