This website requires JavaScript.
Explore
Help
Sign In
minetest-mods
/
irc-cd2025
Watch
1
Star
0
Fork
0
You've already forked irc-cd2025
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
irc-cd2025
/
.luacheckrc
15 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add `.luacheckrc` and fix warnings.
2017-02-16 02:36:04 -03:00
allow_defined_top = true
read_globals = {
Add luacheck GitHub integration (#62)
2020-02-19 11:46:29 -06:00
"minetest"
Add `.luacheckrc` and fix warnings.
2017-02-16 02:36:04 -03:00
}
exclude_files = {
"irc/*",
}
globals = {
Major cleanup. - Use `irc.foo` notation instead of `irc:foo`. It still supports the `irc:foo` usage, but will helpfully issue a warning with the location of the offending code. - Remove unused arguments from functions.
2017-03-15 21:33:47 -03:00
"irc",
Add `.luacheckrc` and fix warnings.
2017-02-16 02:36:04 -03:00
}
Reference in New Issue
Copy Permalink