Skip to content
Merged
Show file tree
Hide file tree
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 .greptile/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"includeBranches": ["prod", "develop"],
"triggerOnUpdates": true,
"statusCheck": true,
"strictness": 2,
"rules": [
{
"rule": "All changes to prod must go through develop first.",
"severity": "high"
}
]
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing newline at end of file

config.json is missing a trailing newline character. Most editors and linters expect files to end with a newline, and the git diff explicitly flags this (\ No newline at end of file).

Suggested change
}
}

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Empty file added .greptile/files.json
Empty file.
Empty file added .greptile/rules.md
Empty file.
Loading