Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minetest_game
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zadrog Pzvotrügen
minetest_game
Commits
b408e9cc
Commit
b408e9cc
authored
8 years ago
by
Tim
Committed by
paramat
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Let Travis-CI automatically run luacheck on the game
parent
20fa0373
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.luacheckrc
+17
-0
17 additions, 0 deletions
.luacheckrc
.travis.yml
+14
-0
14 additions, 0 deletions
.travis.yml
with
31 additions
and
0 deletions
.luacheckrc
0 → 100644
+
17
−
0
View file @
b408e9cc
unused_args = false
allow_defined_top = true
read_globals = {
"DIR_DELIM",
"minetest", "core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
}
-- Overwrites minetest.handle_node_drops
files["mods/creative/init.lua"].globals = { "minetest" }
-- Don't report on legacy definitions of globals.
files["mods/default/legacy.lua"].global = false
This diff is collapsed.
Click to expand it.
.travis.yml
0 → 100644
+
14
−
0
View file @
b408e9cc
language
:
generic
branches
:
only
:
-
master
sudo
:
required
before_install
:
-
sudo apt-get update
-
sudo apt-get install -y luarocks
-
sudo luarocks install luacheck
script
:
luacheck --no-color ./mods
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment