Skip to content
Open
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
5 changes: 4 additions & 1 deletion greptile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"shouldUpdateDescription": false,
"updateExistingSummaryComment": true,
"fixWithAI": true,
"strictness": 3,
"commentTypes": ["logic"],
"instructions": "Do not suggest defensive coding patterns such as adding error handling, null checks, try/catch blocks, or input validation unless there is a concrete, demonstrable bug. Focus on logic errors, correctness issues, and actual bugs. Do not suggest adding logging, comments, or docstrings.",
Copy link
Contributor

Choose a reason for hiding this comment

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

unrelated: may be we can collapse the sequence diagram by default?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think so, hasn't been super helpful! Added.

"summarySection": {
"included": true,
"collapsible": false,
Expand All @@ -23,6 +26,6 @@
"sequenceDiagramSection": {
"included": true,
"collapsible": true,
"defaultOpen": true
"defaultOpen": false
}
}
Loading