Skip to content

Commit

Permalink
Basic luacheck usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeneliason committed Apr 20, 2023
1 parent 1505605 commit e83ea9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion luacheck/Luacheck.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
-- Acetate globals
-- acetate globals
--
-- Luacheck support is provided for only for acetate itself (not tests). To run it,
-- install `luacheck` via `luarocks`, then from the top level Acetate directory:
--
-- % luacheck *.lua
--
-- This file can also be used with toyboxpy (https://toyboxpy.io):
--
Expand Down
2 changes: 0 additions & 2 deletions tests/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ gfx.drawTextAligned("open console", 200, 132, cnt)
luaunit.PRINT_TABLE_REF_IN_ERROR_MSG = true

-- process the command line args (if any)
local testOutputFilename = "test_output"
local outputType = "text"
local luaunit_args = {'--output', 'text', '--verbose', '-r'}

-- run the tests
Expand Down

0 comments on commit e83ea9c

Please sign in to comment.