Skip to content

Commit

Permalink
Add digits letters and make the code more generic (#10)
Browse files Browse the repository at this point in the history
Updated luacheck version
LuaDoc comments for public functions
  • Loading branch information
taylorskalyo committed Aug 20, 2022
1 parent d44b88f commit b84cb17
Show file tree
Hide file tree
Showing 14 changed files with 261 additions and 334 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""
- uses: lunarmodules/luacheck@v0
2 changes: 1 addition & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
max_line_length = 180
unused_args = false
unused_args = true

globals = {
"letters"
Expand Down
Loading

0 comments on commit b84cb17

Please sign in to comment.