You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: