-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* More descriptive docs for path_or_nil and adding luacheck lints * Have to run luarocks install separately for each package * Adding more contributing docs * Adding link to valid.lua * Conistent function calling conventions in docs * Adding allof and anyof validation functions * Adding optional case-insensitive comparisons for string literals * Consistent notes in readme * Consistent notes in readme * Adding more examples for comparing table literals * Removing extraneous newline * Return the path_or_nil for custom functions * * Indicate supported Lua versions * Add license preamble to valid.lua * Add reference optimizations for non-JIT'd Lua versions * Explicitely indicate what is returned from every function * Add docstrings to all functions in valid.lua * * Add valid.boolean() function * Allow implicit literals to be used in valid.anyof and valid.allof * LuaJIT has stopped publishing tarballs on LuaJIT.org, so the workflow has broken. In the meantime, we'll just test against OpenResty's LuaJIT distribution.
- Loading branch information
Showing
4 changed files
with
177 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,3 @@ lint: | |
|
||
test: | ||
busted tests.lua | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.