Skip to content

Commit ad9ee6d

Browse files
authored
Merge branch 'master' into unannotated_function_diagnostic
2 parents 931934a + fa2c778 commit ad9ee6d

21 files changed

+119
-787
lines changed

.luarc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"script/?.lua",
3030
"script/?/init.lua",
3131
"test/?.lua",
32-
"test/?/init.lua",
33-
"script/meta/?.lua"
32+
"test/?/init.lua"
3433
],
3534
"pathStrict": true
3635
},

.pre-commit-hooks.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
- id: lua-language-server-check
3+
language: lua
4+
name: lua language server check
5+
description: >
6+
use lua language server to check lua files
7+
entry: lua-language-server
8+
types:
9+
- lua
10+
args:
11+
- --check
12+
- .

GLOBAL_KEYWORD_CHANGES.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)