2 repositorios
Tools that report type errors as inline annotations in pull request diffs to surface them during code review.
Distinct from Rollbar Error Reporting Integrations: Existing candidates cover external error reporting services, not inline PR annotations from static analysis.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Pull Request Error Annotators. Refine with filters or upvote what's useful.
Zizmor is a security linter and static analysis tool designed to audit GitHub Actions workflow files. It functions as a CI/CD security scanner that identifies security vulnerabilities, misconfigurations, and software supply chain risks within automation pipelines. The project distinguishes itself by providing an automated workflow remediator that applies security fixes to identified vulnerabilities. It also implements a language server for integration with code editors and supports a variety of analysis personas to scale the sensitivity and volume of reported findings. The tool covers a broa
Outputs findings as annotations to highlight vulnerabilities directly within the pull request file view.
Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics, completions, and navigation in any editor supporting the Language Server Protocol. It also performs static tensor shape analysis, using symbolic dimension variables and arithmetic to verify shape consistency in deep learning models without runtime execution. Beyond core type checking, Pyrefly supports gradual adoption workflows: it can generate a baseline of known errors so only new issues are reported, migrate configuration from other type checkers, and automatically suppress exi
Reports type errors as inline annotations in pull request diffs to surface them during code review.