pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.59k stars 518 forks source link

staticanalyzer.luacheck options ignores option exclude_files #1153

Open jjvbsag opened 1 year ago

jjvbsag commented 1 year ago

as specified in https://luacheck.readthedocs.io/en/stable/config.html it should be possible to exclude specific files while commandline luacheck opt --exclude-files 'opt/unittest/**/*.lua' is working, setting options staticanalyzer.luacheck = {options={exclude_files={ 'opt/unittest/**/*.lua'}}} is not. In Project/Analyze all files in unittest are also checked...

jjvbsag commented 1 year ago

Also option codes=true is ignored in ZBS