This commit is contained in:
parent
fd7b53ab05
commit
88b9e5f965
@ -1,17 +1,12 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
|
||||
"diagnostics": {
|
||||
"enable": true,
|
||||
"globals": ["vim", "it", "describe", "before_each", "after_each"]
|
||||
},
|
||||
"runtime": {
|
||||
"version": "LuaJIT"
|
||||
},
|
||||
"workspace": {
|
||||
"library": [
|
||||
"$VIMRUNTIME",
|
||||
"library/busted",
|
||||
"library/luassert"
|
||||
"library/busted"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
run:
|
||||
nix-shell --pure --run 'true'
|
||||
|
||||
- name: Type-check with lua-language-server
|
||||
- name: Type-check
|
||||
run:
|
||||
nix-shell --pure --run 'make lint'
|
||||
|
||||
|
16
.gitmodules
vendored
16
.gitmodules
vendored
@ -1,20 +1,4 @@
|
||||
; [submodule "library/busted"]
|
||||
; path = library/busted
|
||||
; url = https://github.com/LuaCATS/busted
|
||||
; branch = main
|
||||
; [submodule "library/luassert"]
|
||||
; path = library/luassert
|
||||
; url = https://github.com/LuaCATS/luassert
|
||||
; branch = main
|
||||
; [submodule "library/luv"]
|
||||
; path = library/luv
|
||||
; url = https://github.com/LuaCATS/luv
|
||||
; branch = main
|
||||
[submodule "library/busted"]
|
||||
path = library/busted
|
||||
url = https://github.com/LuaCATS/busted
|
||||
branch = main
|
||||
[submodule "library/luassert"]
|
||||
path = library/luassert
|
||||
url = https://github.com/LuaCATS/luassert
|
||||
branch = main
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit d3528bb679302cbfdedefabb37064515ab95f7b9
|
Loading…
x
Reference in New Issue
Block a user