Update Greptile settings#2345
Conversation
All code review is now automatic, and I gave Greptile a set of code review suggestions, which we will update as we learn to use it better.
9069f97 to
35e7aa1
Compare
Greptile SummaryThis PR migrates Greptile configuration from the legacy Confidence Score: 4/5Safe to merge — purely a Greptile configuration change with no impact on generated code or downstream users. Only P2 findings; the missing ignorePatterns is a minor operational concern about review noise rather than a code correctness issue. .greptile/config.json — consider adding an ignorePatterns equivalent for *.gen.go files.
|
| Filename | Overview |
|---|---|
| .greptile/config.json | New Greptile configuration enabling automatic reviews with strictness level 2 and comment types limited to logic and syntax; no ignorePatterns equivalent for *.gen.go files |
| .greptile/rules.md | New code review rules file with detailed guidance on generated files, configuration schema, breaking changes, template parity, and general monorepo practices |
| greptile.json | Old Greptile config deleted; previously held skipReview: AUTOMATIC and ignorePatterns: **/*.gen.go — the ignore pattern is not carried over to the new config |
Reviews (1): Last reviewed commit: "Update Greptile settings" | Re-trigger Greptile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
All code review is now automatic, and I gave Greptile a set of code review suggestions, which we will update as we learn to use it better.