Skip to content

Commit

Permalink
Forbid coderabbit on .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 8, 2024
1 parent 7b481bd commit dc4df1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coderabbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ reviews:
path_filters:
- "!api/"
- "!docs/"
- "!*.md"
path_instructions:
- path: "**/*.go"
instructions: "Review the Golang code for conformity with the Uber Golang style guide, highlighting any deviations. Only report issues that you have a high degree of confidence in."
Expand Down

0 comments on commit dc4df1f

Please sign in to comment.