mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
c3836e40a2
Problem: Not all Lua code is checked by stylua. Automating code-style is an important mechanism for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `test/unit/` directory. - TODO: only `test/functional/` remains unchecked. previous:45fe4d11ad
previous:517f0cc634
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
/build
|
|
/runtime/lua/coxpcall.lua
|
|
/runtime/lua/vim/_meta
|
|
/runtime/lua/vim/re.lua
|
|
|
|
/test/functional
|
|
/test/functional/fixtures/lua/syntax_error.lua
|
|
/test/functional/legacy/030_fileformats_spec.lua
|
|
/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua
|
|
/test/functional/legacy/093_mksession_cursor_cols_latin1_spec.lua
|
|
/test/functional/lua/luaeval_spec.lua
|