summaryrefslogtreecommitdiff
path: root/xmake/modules/private/check/checker.lua
diff options
context:
space:
mode:
authorShifftC <[email protected]>2025-09-29 18:32:48 +0200
committerShifftC <[email protected]>2025-09-30 16:06:27 +0200
commit8b2d1c28e69ab41cc6a1535bd4a2bce769fd7869 (patch)
treee746a904c2fc4ca6954141751e91ac4139263a64 /xmake/modules/private/check/checker.lua
parent4e56895eb7f85db1b79a87395551a2e8625bad70 (diff)
add package versionfiles api checker
Diffstat (limited to 'xmake/modules/private/check/checker.lua')
-rw-r--r--xmake/modules/private/check/checker.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/check/checker.lua b/xmake/modules/private/check/checker.lua
index 923c35809..6ff8b3864 100644
--- a/xmake/modules/private/check/checker.lua
+++ b/xmake/modules/private/check/checker.lua
@@ -28,6 +28,7 @@ function checkers()
checkers = {
-- package api checkers
["api.package.kind"] = {description = "Check kind configuration in package.", load = true},
+ ["api.package.versionfiles"] = {description = "Check versionfiles configuration in package.", download_failure = true},
-- target api checkers
["api.target.version"] = {description = "Check version configuration in target."},
["api.target.kind"] = {description = "Check kind configuration in target.", build = true},