Minor luacheck fixes (#1)

master
David Leal 2020-02-12 21:39:41 -06:00 committed by GitHub
parent 4aeb01a9bd
commit 7f86747ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

11
.github/workflows/check-release.yml vendored Normal file
View File

@ -0,0 +1,11 @@
on: [push, pull_request]
name: Check & Release
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: https://raw.githubusercontent.com/BlockySurvival/irc2/master/.luacheckrc

View File

@ -2,7 +2,8 @@
allow_defined_top = true
read_globals = {
"minetest",
"minetest", "core",
"cloaking",
}
exclude_files = {