diff options
Diffstat (limited to 'ale_linters/lua/luacheck.vim')
-rw-r--r-- | ale_linters/lua/luacheck.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/lua/luacheck.vim b/ale_linters/lua/luacheck.vim index 9036c317..ace464ce 100644 --- a/ale_linters/lua/luacheck.vim +++ b/ale_linters/lua/luacheck.vim @@ -4,7 +4,7 @@ let g:ale_lua_luacheck_executable = \ get(g:, 'ale_lua_luacheck_executable', 'luacheck') -function! ale_linters#lua#luacheck#Handle(buffer, lines) +function! ale_linters#lua#luacheck#Handle(buffer, lines) abort " Matches patterns line the following: " " artal.lua:159:17: (W111) shadowing definition of loop variable 'i' on line 106 |