Skip to content

Commit

Permalink
chore(deps) bump luacheck (dev dep) from 0.26.0 to 0.26.1 (#8756)
Browse files Browse the repository at this point in the history
### Summary

#### Bug Fixes

- Exempt special builtin \_ENV from 214 warning

#### Features

- In case of no home environment, default to caching in CWD (#60)
- Add multi-thread support to container (#59)

#### Miscellaneous Tasks

- Tweak warning message for 214 to be more explicit
  • Loading branch information
bungle authored May 4, 2022
1 parent 9376948 commit fb00d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OS := $(shell uname | awk '{print tolower($$0)}')
MACHINE := $(shell uname -m)

DEV_ROCKS = "busted 2.0.0" "busted-htest 1.0.0" "luacheck 0.26.0" "lua-llthreads2 0.1.6" "http 0.4" "ldoc 1.4.6"
DEV_ROCKS = "busted 2.0.0" "busted-htest 1.0.0" "luacheck 0.26.1" "lua-llthreads2 0.1.6" "http 0.4" "ldoc 1.4.6"
WIN_SCRIPTS = "bin/busted" "bin/kong"
BUSTED_ARGS ?= -v
TEST_CMD ?= bin/busted $(BUSTED_ARGS)
Expand Down

0 comments on commit fb00d31

Please sign in to comment.