You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ If it is not possible to install [LuaFileSystem](http://keplerproject.github.io/
35
35
36
36
For manual installation, only a Lua interpreter binary is required.
37
37
38
-
1. Download and unpack latest Luacheck release ([.zip](https://github.com/mpeterv/luacheck/archive/0.12.0.zip)[.tar.gz](https://github.com/mpeterv/luacheck/archive/0.12.0.tar.gz)).
38
+
1. Download and unpack latest Luacheck release ([.zip](https://github.com/mpeterv/luacheck/archive/0.13.0.zip)[.tar.gz](https://github.com/mpeterv/luacheck/archive/0.13.0.tar.gz)).
39
39
2. Run `install.lua <path>` script using the Lua interpreter. If Lua interpreter is not in `PATH`, invoke it using absolute path.
40
40
3. Add `<path>/bin` to PATH or run Luacheck as `<path>/bin/luacheck`.
41
41
@@ -86,7 +86,7 @@ There are a few plugins which allow using Luacheck directly inside an editor, sh
86
86
* For Emacs, [Flycheck](http://www.flycheck.org/) contains [luacheck checker](http://www.flycheck.org/manual/latest/Supported-languages.html#Lua);
87
87
* For Brackets, there is [linter.luacheck](https://github.com/Malcolm3141/brackets-luacheck) extension.
88
88
89
-
If you are a plugin developer, see [recommended way of using Luacheck in a plugin](http://luacheck.readthedocs.org/en/0.11.0/cli.html#stable-interface-for-editor-plugins-and-tools).
89
+
If you are a plugin developer, see [recommended way of using Luacheck in a plugin](http://luacheck.readthedocs.org/en/0.13.0/cli.html#stable-interface-for-editor-plugins-and-tools).
90
90
91
91
### Other projects
92
92
@@ -101,7 +101,7 @@ Documentation can be built using [Sphinx](http://sphinx-doc.org/): `sphinx-build
101
101
102
102
## Development
103
103
104
-
Luacheck is currently in development. The latest released version is 0.12.0. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable.
104
+
Luacheck is currently in development. The latest released version is 0.13.0. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable.
105
105
106
106
Use the Luacheck issue tracker on GitHub to submit bugs, suggestions and questions. Any pull requests are welcome, too.
0 commit comments