We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version b6671c1 (also happens on 0.4.3)
Describe the bug Directory/file paths added to the command line are ignored and zlint recursively checks everything in the current directory anyway.
To Reproduce zig-out/bin/zlint src/semantic or zig-out/bin/zlint src/semantic/Semantic.zig
zig-out/bin/zlint src/semantic
zig-out/bin/zlint src/semantic/Semantic.zig
Expected behavior zlint only checks the specified path
Screenshots
The text was updated successfully, but these errors were encountered:
Yeah this feature needs to be added. This is next up on my list, after I improve no-undefined a bit. PRs welcome :)
no-undefined
Sorry, something went wrong.
No branches or pull requests
Version
b6671c1 (also happens on 0.4.3)
Describe the bug
Directory/file paths added to the command line are ignored and zlint recursively checks everything in the current directory anyway.
To Reproduce
zig-out/bin/zlint src/semantic
orzig-out/bin/zlint src/semantic/Semantic.zig
Expected behavior
zlint only checks the specified path
Screenshots


The text was updated successfully, but these errors were encountered: