attempt to make the CI more likely to pass
This commit is contained in:
parent
c30c3f35bc
commit
eb1fe781b8
@ -10,4 +10,4 @@ sources:
|
||||
- https://git.sr.ht/~xerool/fennel-ls
|
||||
tasks:
|
||||
- build: |
|
||||
make ci
|
||||
make -C fennel-ls ci
|
||||
|
||||
@ -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}]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user