summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/checker.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-02 22:32:04 +0800
committerruki <[email protected]>2023-02-02 22:32:04 +0800
commit947a170bddb00dd99ee332f6cd14443efcce0f59 (patch)
treeb39e348ef84cb209826b9c7b4bf8131a45a1ee45 /xmake/plugins/check/checker.lua
parentdd97043117dfb6e6b634574137e95a800d774afd (diff)
add version checker
Diffstat (limited to 'xmake/plugins/check/checker.lua')
-rw-r--r--xmake/plugins/check/checker.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/check/checker.lua b/xmake/plugins/check/checker.lua
index fb3cf11b7..6a5f6276d 100644
--- a/xmake/plugins/check/checker.lua
+++ b/xmake/plugins/check/checker.lua
@@ -27,6 +27,7 @@ function checkers()
if not checkers then
checkers = {
-- target api checkers
+ ["api.target.version"] = {description = "Check version configuration in target."},
["api.target.languages"] = {description = "Check languages configuration in target."},
["api.target.packages"] = {description = "Check packages configuration in target."},
-- clang tidy checker