Skip to content

Update Greptile settings#2345

Merged
mromaszewicz merged 2 commits into
mainfrom
chore/greptile-config
Apr 29, 2026
Merged

Update Greptile settings#2345
mromaszewicz merged 2 commits into
mainfrom
chore/greptile-config

Conversation

@mromaszewicz

Copy link
Copy Markdown
Member

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.

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.
@mromaszewicz mromaszewicz force-pushed the chore/greptile-config branch from 9069f97 to 35e7aa1 Compare April 29, 2026 16:16
@mromaszewicz mromaszewicz marked this pull request as ready for review April 29, 2026 16:16
@mromaszewicz mromaszewicz requested a review from a team as a code owner April 29, 2026 16:16
@mromaszewicz

Copy link
Copy Markdown
Member Author

@greptileai

@greptile-apps

greptile-apps Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR migrates Greptile configuration from the legacy greptile.json to the new .greptile/config.json + .greptile/rules.md layout, enabling automatic code review with a well-crafted set of project-specific rules. The old config had "skipReview": "AUTOMATIC" (disabling automatic reviews) and an explicit "ignorePatterns": "**/*.gen.go"; the new config enables reviews but does not carry the ignore pattern forward.

Confidence Score: 4/5

Safe 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.

Important Files Changed

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

Comment thread .greptile/config.json Outdated
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@mromaszewicz mromaszewicz added the chore Any maintenance tasks that are regular, not as important to call out in the changelog label Apr 29, 2026
@mromaszewicz mromaszewicz merged commit 2620715 into main Apr 29, 2026
35 checks passed
@mromaszewicz mromaszewicz deleted the chore/greptile-config branch April 29, 2026 16:31

@jamietanna jamietanna left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Any maintenance tasks that are regular, not as important to call out in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants