diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-09-29 11:54:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-29 09:54:12 +0000 |
commit | 2c937d723dd6f64705bf4d901254683ba32b2846 (patch) | |
tree | d58b8905507c591f90dd86a56fb45d7643e79c60 /test/README.md | |
parent | 1405034ba3b1765e451304be0ee8ddc4d285ee87 (diff) | |
download | rneovim-2c937d723dd6f64705bf4d901254683ba32b2846.tar.gz rneovim-2c937d723dd6f64705bf4d901254683ba32b2846.tar.bz2 rneovim-2c937d723dd6f64705bf4d901254683ba32b2846.zip |
docs: misc (#30177)
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index 1477bc593e..d1b053fca3 100644 --- a/test/README.md +++ b/test/README.md @@ -263,7 +263,7 @@ by the semantic component they are testing. Lint ==== -`make lint` (and `make lualint`) runs [luacheck](https://github.com/mpeterv/luacheck) +`make lint` (and `make lintlua`) runs [luacheck](https://github.com/mpeterv/luacheck) on the test code. If a luacheck warning must be ignored, specify the warning code. Example: |