Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staticanalyzer.luacheck options ignores option exclude_files #1153

Open
jjvbsag opened this issue Oct 21, 2022 · 1 comment
Open

staticanalyzer.luacheck options ignores option exclude_files #1153

jjvbsag opened this issue Oct 21, 2022 · 1 comment

Comments

@jjvbsag
Copy link

jjvbsag commented Oct 21, 2022

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
Copy link
Author

jjvbsag commented Oct 24, 2022

Also option codes=true is ignored in ZBS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant