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
|
- https://git.sr.ht/~xerool/fennel-ls
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
make ci
|
make -C fennel-ls ci
|
||||||
|
|||||||
@ -170,6 +170,20 @@
|
|||||||
completion.label))
|
completion.label))
|
||||||
allowed-missing-docs {:lua true
|
allowed-missing-docs {:lua true
|
||||||
:set-forcibly! 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
|
;; TODO remove these from fennel-ls when they become configurable
|
||||||
:love true
|
:love true
|
||||||
:vim true}]
|
:vim true}]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user