Lintrule Review
GitHub App
Lintrule Review
GitHub App
Overview
Lintrule is the tool for having a large language model do your code reviews. Enforce policies your linter can't, find bugs your tests won't, and go beyond "LGTM 🚀" without wasting your team's time.
Usage
Make a rules
folder in your repo and write checks in markdown.
<!-- rules/dont-log-customer-data.md -->
Fail if we're logging customer data or we'll lose our SOC2 certification.
This is bad:
console.log(user);
This is probably fine:
console.log("user id: " + user.id);
Developer
Lintrule Review is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Report abuse