An extendable and customisable Zig linter that is integrated and built from within your project

linter linters zig zig-package ziglang
3 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Linters

AI 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.

Complexity: 3/5
enhancement good first issue AST Explorer

An extendable and customisable Zig linter that is integrated and built from within your project

Zig
#linter#linters#zig#zig-package#ziglang
Developer Tools Linters

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`.

Complexity: 2/5
documentation good first issue AST Explorer

An extendable and customisable Zig linter that is integrated and built from within your project

Zig
#linter#linters#zig#zig-package#ziglang
Developer Tools Linters

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.

Complexity: 3/5
enhancement good first issue

An extendable and customisable Zig linter that is integrated and built from within your project

Zig
#linter#linters#zig#zig-package#ziglang