This website requires JavaScript.
Explore
Help
Sign In
minetest-mods
/
irc
Watch
1
Star
0
Fork
1
You've already forked irc
mirror of
https://github.com/minetest-mods/irc.git
synced
2024-11-15 22:30:20 +01:00
Code
Issues
Releases
Wiki
Activity
758e9b6361
irc
/
.luacheckrc
15 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add `.luacheckrc` and fix warnings.
2017-02-16 06:36:04 +01:00
allow_defined_top = true
read_globals = {
Add luacheck GitHub integration (#62)
2020-02-19 18:46:29 +01:00
"minetest"
Add `.luacheckrc` and fix warnings.
2017-02-16 06:36:04 +01: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-16 01:33:47 +01:00
"irc",
Add `.luacheckrc` and fix warnings.
2017-02-16 06:36:04 +01:00
}
Copy Permalink