Skip to main content

ZLint

An opinionated linter for the Zig programming language

🔍 Custom Analysis

ZLint's custom semantic analyzer, inspired by Oxc, is completely separate from the Zig compiler. This means thatZLint still checks and understands code that may otherwise be ignored by Zig due to dead code elimination

⚡️ Fast

Designed from the ground-up to be highly performant, ZLint runs in just a few hundred milliseconds.

💡 Understandable

Error messages are pretty, detailed, and easy to understand. Most rules come with explanations on how to fix them and what exactly is wrong.