Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-758: Integrating CodeRabbit AI code reviews #662

Closed
wants to merge 12 commits into from
22 changes: 22 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

# Schema with docs on the properties: https://coderabbit.ai/integrations/coderabbit-overrides.v2.json. This only
# includes overrides for defaults and mandatory elements.
# The chat and auto_review sections just repeat the defaults because they're required. That's a bug that'll be fixed:
# https://discord.com/channels/1134356397673414807/1134356398260629598/1190412620755374172.

early_access: true
reviews:
request_changes_workflow: true
# Very rarely contains useful info, mostly is just noise.
high_level_summary: false
poem: false
# Comments useful for debugging but not otherwise.
review_status: false
# The code walkthrough's text may take a lot of space, so collapsing it is nicer UX.
collapse_walkthrough: true
auto_review:
enabled: true
drafts: false
chat:
auto_reply: true
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ autorun
barcode
chainable
clickable
coderabbit
Copy link
Member Author

Choose a reason for hiding this comment

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

This will need to be moved to LGHA if we introduce CR:

flyout
hackish
hashable
Expand Down
1 change: 1 addition & 0 deletions Lombiq.OSOCE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.OSOCE.Web", "src\Lom
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B131E3B-202B-486D-A3A4-CB84AC4C3370}"
ProjectSection(SolutionItems) = preProject
.coderabbit.yaml = .coderabbit.yaml
.eslintrc.js = .eslintrc.js
.gitignore = .gitignore
.prettierrc.js = .prettierrc.js
Expand Down