Bring agent-configuration checks into your GitLab merge requests.
LintLang 0.8.0 adds native GitLab Code Quality reports, so your team can review ambiguous tool descriptions, conflicting instructions, and missing constraints alongside code changes. Findings include source locations, severity, and suggested fixes; unchanged findings stay matched when surrounding lines move.
pip install lintlang==0.8.0
lintlang scan AGENTS.md --format gitlab --fail-on fail > gl-code-quality-report.jsonAdd the CI job · GitLab setup guide
This release also improves source locations in existing terminal, JSON, and SARIF reports. No new runtime dependencies or separate plugin are required.