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

add ellipsis.yaml config file; #300

Merged
merged 1 commit into from
Dec 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ellipsis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Reference: https://docs.ellipsis.dev
version: 1.1
pr_review:
auto_review_enabled: true
auto_summarize_pr: true
confidence_threshold: 0.9
rules:
# Control what gets flagged during PR review with custom rules. Here are some to get you started:
- "Code should be DRY (Dont Repeat Yourself)"
- "Extremely Complicated Code Needs Comments"
- "Use Descriptive Variable and Constant Names"
- "Function and Method Naming Should Follow Consistent Patterns"
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a newline at the end of the file.

Suggested change
- "Function and Method Naming Should Follow Consistent Patterns"
- "Function and Method Naming Should Follow Consistent Patterns"

Loading