|
2 | 2 |
|
3 | 3 | [](https://gitter.im/luacheck/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
4 | 4 |
|
5 |
| -[](https://travis-ci.org/mpeterv/luacheck) |
6 |
| -[](https://ci.appveyor.com/project/mpeterv/luacheck/branch/master) |
7 |
| -[](https://codecov.io/gh/mpeterv/luacheck) |
| 5 | +[](https://travis-ci.org/luarocks/luacheck) |
| 6 | +[](https://ci.appveyor.com/project/luarocks/luacheck/branch/master) |
| 7 | +[](https://codecov.io/gh/luarocks/luacheck) |
8 | 8 | [](LICENSE)
|
9 | 9 |
|
10 | 10 | ## Contents
|
@@ -39,7 +39,7 @@ For parallel checking Luacheck additionally requires [LuaLanes](https://github.c
|
39 | 39 | ### Windows binary download
|
40 | 40 |
|
41 | 41 | For Windows there is single-file 64-bit binary distribution, bundling Lua 5.3.4, Luacheck, LuaFileSystem, and LuaLanes using [LuaStatic](https://github.com/ers35/luastatic):
|
42 |
| -[download](https://github.com/mpeterv/luacheck/releases/download/0.23.0/luacheck.exe). |
| 42 | +[download](https://github.com/luarocks/luacheck/releases/download/0.24.0/luacheck.exe). |
43 | 43 |
|
44 | 44 | ## Basic usage
|
45 | 45 |
|
@@ -107,7 +107,7 @@ Documentation can be built using [Sphinx](http://sphinx-doc.org/): `sphinx-build
|
107 | 107 |
|
108 | 108 | ## Development
|
109 | 109 |
|
110 |
| -Luacheck is currently in development. The latest released version is 0.23.0. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable. |
| 110 | +Luacheck is currently in development. The latest released version is 0.24.0. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable. |
111 | 111 |
|
112 | 112 | Use the Luacheck issue tracker on GitHub to submit bugs, suggestions and questions. Any pull requests are welcome, too.
|
113 | 113 |
|
|
0 commit comments