ZeroBraneStudio icon indicating copy to clipboard operation
ZeroBraneStudio copied to clipboard

staticanalyzer.luacheck options ignores option exclude_files

Open jjvbsag opened this issue 2 years ago • 1 comments

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 avatar Oct 21 '22 09:10 jjvbsag

Also option codes=true is ignored in ZBS

jjvbsag avatar Oct 24 '22 07:10 jjvbsag