CC-Tweaked/src/main/resources/data/computercraft/lua/rom/apis
Jonathan Coates eb2d617ed8 Add a pre commit hook to lint code
This uses pre-commit [1] to check patches are well formed and run
several linters on them. We currently do some boring things (check files
are syntactically valid) as well as some project-specific ones:
 - Run illuaminate on the Lua files
 - Run checkstyle on Java

[1]: https://pre-commit.com/
2021-04-28 21:24:27 +01:00
..
command Merge branch 'master' into mc-1.14.x 2020-05-13 14:04:28 +01:00
turtle "Finish" documentation for several modules 2021-04-03 12:45:54 +01:00
colors.lua Clean up some examples a little bit 2020-11-12 19:40:18 +00:00
colours.lua Add a pre commit hook to lint code 2021-04-28 21:24:27 +01:00
disk.lua Clean up some examples a little bit 2020-11-12 19:40:18 +00:00
gps.lua Update illuaminate 2021-01-06 17:42:47 +00:00
help.lua Clean up some examples a little bit 2020-11-12 19:40:18 +00:00
io.lua Add documentation for io.setvbuf 2021-03-28 19:38:25 +01:00
keys.lua Clean up some examples a little bit 2020-11-12 19:40:18 +00:00
paintutils.lua Fixed sortCoords for draw functions (#749) 2021-04-02 15:30:28 +01:00
parallel.lua More examples 2020-11-20 21:59:17 +00:00
peripheral.lua Make the peripheral API examples a little clearer 2021-04-07 18:34:55 +01:00
rednet.lua Merge branch 'master' into mc-1.14.x 2020-05-04 09:39:54 +01:00
settings.lua Merge branch 'master' into mc-1.14.x 2020-06-15 22:05:02 +01:00
term.lua Merge branch 'master' into mc-1.14.x 2020-04-22 09:45:23 +01:00
textutils.lua Serialise sparse arrays into JSON (#685) 2021-01-18 20:48:33 +00:00
vector.lua Merge branch 'master' into mc-1.14.x 2020-04-22 09:45:23 +01:00
window.lua Add function to get window visibility 2020-10-31 09:54:38 +00:00