This commit is contained in:
parent
fd7b53ab05
commit
3d9f79a09c
@ -1,17 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
|
"$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": {
|
"runtime": {
|
||||||
"version": "LuaJIT"
|
"version": "LuaJIT"
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"library": [
|
"library": [
|
||||||
"$VIMRUNTIME",
|
"$VIMRUNTIME"
|
||||||
"library/busted",
|
|
||||||
"library/luassert"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
nix-shell --pure --run 'true'
|
nix-shell --pure --run 'true'
|
||||||
|
|
||||||
- name: Type-check with lua-language-server
|
- name: Type-check
|
||||||
run:
|
run:
|
||||||
nix-shell --pure --run 'make lint'
|
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"]
|
[submodule "library/busted"]
|
||||||
path = library/busted
|
path = library/busted
|
||||||
url = https://github.com/LuaCATS/busted
|
url = https://github.com/LuaCATS/busted
|
||||||
branch = main
|
branch = main
|
||||||
[submodule "library/luassert"]
|
|
||||||
path = library/luassert
|
|
||||||
url = https://github.com/LuaCATS/luassert
|
|
||||||
branch = main
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit d3528bb679302cbfdedefabb37064515ab95f7b9
|
|
@ -12,7 +12,7 @@ pkgs.mkShell {
|
|||||||
packages = [
|
packages = [
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.gnumake
|
pkgs.gnumake
|
||||||
pkgs.emmylua-ls
|
pkgs.emmylua-check
|
||||||
pkgs.lua51Packages.busted
|
pkgs.lua51Packages.busted
|
||||||
pkgs.lua51Packages.luacov
|
pkgs.lua51Packages.luacov
|
||||||
pkgs.lua51Packages.luarocks
|
pkgs.lua51Packages.luarocks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user