======================== aurora-lint Developer Guide ======================== aurora-lint is a terminal-based static analysis tool that validates C code compliance with `SEI CERT C Coding Standards `_. It tracks |rules_total| rules (|rules_enabled| implemented and enabled by default) across 17 CERT C categories, using tree-sitter for fast AST-based analysis with cross-file context, control-flow graphs, and inter-procedural reasoning. This guide covers advanced usage, CI/CD integration, the interactive console UI, testing methodology, project internals, and contributing. .. toctree:: :maxdepth: 3 :caption: Contents cli-usage suppression configuration cicd-integration interactive-ui testing-methodology tool-comparison juliet-history architecture benchmark-setup benchmark-running reproducing-published-numbers project-structure future-rulesets contributing licensing bibliography