From cba9cb5f2102302fc1c4891ad8b22ade50dd7398 Mon Sep 17 00:00:00 2001 From: Panquesito7 Date: Sun, 22 Mar 2020 13:44:02 -0600 Subject: [PATCH] Newline at the end of the files --- .github/workflows/check-release.yml | 2 +- .luacheckrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index f1c9e09..47313ff 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -8,4 +8,4 @@ jobs: - name: lint uses: Roang-zero1/factorio-mod-luacheck@master with: - luacheckrc_url: https://raw.githubusercontent.com/minetest-mods/unified_inventory/master/.luacheckrc \ No newline at end of file + luacheckrc_url: https://raw.githubusercontent.com/minetest-mods/unified_inventory/master/.luacheckrc diff --git a/.luacheckrc b/.luacheckrc index b745ac1..3fcf0d7 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -15,4 +15,4 @@ read_globals = { } files["callbacks.lua"].ignore = { "player", "draw_lite_mode" } -files["bags.lua"].ignore = { "player" } \ No newline at end of file +files["bags.lua"].ignore = { "player" }