Skip to content

Commit

Permalink
chore(deps): bump luacheck from 1.1.1 to 1.1.2 (dev dep) (#12437)
Browse files Browse the repository at this point in the history
### Summary

#### Features
- Support NO_COLOR environment variable β€” @ligurio

#### Bug Fixes

- Update SILE builtin with more allowed variables β€” @alerque

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored Jan 26, 2024
1 parent c9c760e commit b52d764
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.2.0" "busted-htest 1.0.0" "luacheck 1.1.1" "lua-llthreads2 0.1.6" "ldoc 1.5.0" "luacov 0.15.0"
DEV_ROCKS = "busted 2.2.0" "busted-htest 1.0.0" "luacheck 1.1.2" "lua-llthreads2 0.1.6" "ldoc 1.5.0" "luacov 0.15.0"
WIN_SCRIPTS = "bin/busted" "bin/kong" "bin/kong-health"
BUSTED_ARGS ?= -v
TEST_CMD ?= bin/busted $(BUSTED_ARGS)
Expand Down

0 comments on commit b52d764

Please sign in to comment.