summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-06-18 21:33:10 +0800
committerGitHub <[email protected]>2026-06-18 21:33:10 +0800
commite782a2fbb9815e217671216e218fb3017f3cf60b (patch)
tree527e8d557370d6a9cb2303ffdd317444f7659de6 /xmake/plugins/check/xmake.lua
parent9b8df1e3c6bf7aa841c3c62f8f80d5016690367b (diff)
parent6aeb1e3fef16f55f6ff20e60bb48ddded9c90faf (diff)
Merge pull request #7608 from xmake-io/format
format menus
Diffstat (limited to 'xmake/plugins/check/xmake.lua')
-rw-r--r--xmake/plugins/check/xmake.lua9
1 files changed, 4 insertions, 5 deletions
diff --git a/xmake/plugins/check/xmake.lua b/xmake/plugins/check/xmake.lua
index 07b045a71..4664c3888 100644
--- a/xmake/plugins/check/xmake.lua
+++ b/xmake/plugins/check/xmake.lua
@@ -34,12 +34,11 @@ task("check")
" - xmake check api.target.languages",
"",
"The supported checkers list:",
- values = function (complete, opt)
- return import("private.check.checker").complete(complete, opt)
- end},
+ values = function (complete, opt)
+ return import("private.check.checker").complete(complete, opt)
+ end},
{nil, "arguments", "vs", nil, "Set the checker arguments.",
"e.g.",
- " - xmake check clang.tidy [arguments]"}
+ " - xmake check clang.tidy [arguments]"},
}
}
-