summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/checkers/api/api_checker.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-01 00:58:18 +0800
committerruki <[email protected]>2023-02-01 00:58:18 +0800
commit6634f41bb5f20a6b35fe3d07d4141717bd7677a2 (patch)
tree50410e344deed9d374ba8502c00aca07fa48569c /xmake/plugins/check/checkers/api/api_checker.lua
parent8fcfa349daf5add9d1be7ab5091eab4c5b89ea76 (diff)
check languages values
Diffstat (limited to 'xmake/plugins/check/checkers/api/api_checker.lua')
-rw-r--r--xmake/plugins/check/checkers/api/api_checker.lua22
1 files changed, 22 insertions, 0 deletions
diff --git a/xmake/plugins/check/checkers/api/api_checker.lua b/xmake/plugins/check/checkers/api/api_checker.lua
new file mode 100644
index 000000000..d57d0f094
--- /dev/null
+++ b/xmake/plugins/check/checkers/api/api_checker.lua
@@ -0,0 +1,22 @@
+--!A cross-platform build utility based on Lua
+--
+-- Licensed under the Apache License, Version 2.0 (the "License");
+-- you may not use this file except in compliance with the License.
+-- You may obtain a copy of the License at
+--
+-- http://www.apache.org/licenses/LICENSE-2.0
+--
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+--
+-- Copyright (C) 2015-present, TBOOX Open Source Group.
+--
+-- @author ruki
+-- @file api_checker.lua
+--
+
+function check()
+end