Open Issues Need Help
View All on GitHubAI Summary: Modify the Zig linter's AST explorer to exclude the `first_token` and `last_token` properties from the UI display when the node tag is `identifier`. This involves updating the UI logic to filter these properties without altering the underlying JSON structure which should retain these properties for consistency.
An extendable and customisable Zig linter that is integrated and built from within your project
AI Summary: Update the project's README file to include instructions for developers on how to use the AST explorer, specifically detailing the build and serving process using `zig build website` and `http-server`, along with troubleshooting tips for the `--watch` flag and alternative solutions like `fswatch`.
An extendable and customisable Zig linter that is integrated and built from within your project
AI Summary: Implement CLI help functionality for the Zig linter, dynamically generating the available `--rule` options based on loaded rules (builtin and custom) and their doc comments. This involves parsing doc comments, handling potential errors, and integrating the help text into the existing CLI.
An extendable and customisable Zig linter that is integrated and built from within your project