diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index a628daed80..487f5ab552 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -25,3 +25,7 @@ ignore = { read_globals = { "vim", } + +exclude_files = { + 'test/functional/fixtures/lua/syntax_error.lua', +} |