attempt to make the CI more likely to pass

This commit is contained in:
XeroOl 2023-07-20 09:26:36 -05:00
parent c30c3f35bc
commit eb1fe781b8
2 changed files with 15 additions and 1 deletions

View File

@ -10,4 +10,4 @@ sources:
- https://git.sr.ht/~xerool/fennel-ls
tasks:
- build: |
make ci
make -C fennel-ls ci

View File

@ -170,6 +170,20 @@
completion.label))
allowed-missing-docs {:lua true
:set-forcibly! true
;; TODO support other lua versions besides 5.4
:gcinfo true
:getfenv true
:setfenv true
:loadstring true
:module true
:newproxy true
:unpack true
:bit32 true
;; luajit
:bit true
:jit true
;; TODO remove these from fennel-ls when they become configurable
:love true
:vim true}]