fix CI
Some checks failed
NeoVim tests / code-quality (push) Failing after 1m6s

This commit is contained in:
Jonathan Apodaca 2025-10-11 15:35:26 -06:00
parent fd7b53ab05
commit 88b9e5f965
5 changed files with 3 additions and 25 deletions

View File

@ -1,17 +1,12 @@
{ {
"$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/busted"
"library/luassert"
] ]
} }
} }

View File

@ -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
View File

@ -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

View File

@ -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