Skip to content

Commit

Permalink
chore: Make coderabbit ignore docs folder (#1864)
Browse files Browse the repository at this point in the history
Make bot ignore docs folder
  • Loading branch information
p-offtermatt authored May 8, 2024
1 parent 4f33a3e commit 3328e9b
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 @@ -8,6 +8,7 @@ reviews:
collapse_walkthrough: true
path_filters:
- "!api/"
- "!docs/"
path_instructions:
- path: "**/*.go"
instructions: "Review the Golang code for conformity with the Uber Golang style guide, highlighting any deviations."
Expand Down

0 comments on commit 3328e9b

Please sign in to comment.