ZeroBraneStudio
ZeroBraneStudio copied to clipboard
staticanalyzer.luacheck options ignores option exclude_files
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...
Also option codes=true
is ignored in ZBS