Skip to content

Commit

Permalink
Update changelog and docs for love standard update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Sep 18, 2018
1 parent 8645615 commit 69878cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ doc
build
package
scripts/UnicodeData-*
docsrc/.doctrees
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -31,6 +31,7 @@
negative step (#160).
* Added support for LuaRocks 3 module autodetection when checking
rockspecs (#176).
* Updated `love` standard for LÖVE 11.1 (#178).

### Changes

Expand Down
2 changes: 1 addition & 1 deletion docsrc/cli.rst
Expand Up @@ -80,7 +80,7 @@ Option Meaning
* ``lua53c`` - globals of Lua 5.3 compiled with LUA_COMPAT_5_2;
* ``luajit`` - globals of LuaJIT 2.x;
* ``ngx_lua`` - globals of Openresty `lua-nginx-module <https://github.com/openresty/lua-nginx-module>`_ 0.10.10, including standard LuaJIT 2.x globals;
* ``love`` - globals added by `LÖVE <https://love2d.org>`_ (love2d);
* ``love`` - globals added by `LÖVE <https://love2d.org>`_;
* ``busted`` - globals added by Busted 2.0, by default added for files ending with ``_spec.lua`` within ``spec``, ``test``, and ``tests`` subdirectories;
* ``rockspec`` - globals allowed in rockspecs, by default added for files ending with ``.rockspec``;
* ``luacheckrc`` - globals allowed in Luacheck configs, by default added for files ending with ``.luacheckrc``;
Expand Down
2 changes: 1 addition & 1 deletion src/luacheck/main.lua
Expand Up @@ -82,7 +82,7 @@ Links:
" lua53c - globals of Lua 5.3 with LUA_COMPAT_5_2;\n" ..
" luajit - globals of LuaJIT 2.x;\n" ..
" ngx_lua - globals of Openresty lua-nginx-module 0.10.10, including standard LuaJIT 2.x globals;\n" ..
" love - globals added by LOVE (love2d);\n" ..
" love - globals added by LÖVE;\n" ..
" busted - globals added by Busted 2.0, by default added for files ending with _spec.lua within spec, " ..
"test, and tests subdirectories;\n" ..
" rockspec - globals allowed in rockspecs, by default added for files ending with .rockspec;\n" ..
Expand Down

0 comments on commit 69878cf

Please sign in to comment.