Skip to content

Commit

Permalink
fix spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jan 31, 2024
1 parent 95d15f4 commit caa606d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .coderabbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ reviews:
instructions: "Review the Golang code for conformity with the Uber Golang style guide, highlighting any deviations."
- path: "tests/**/*"
instructions: |
"Assess the integration and e2e test code assesing sufficient code coverage for the changes associated in the pull request"
"Assess the integration and e2e test code assessing sufficient code coverage for the changes associated in the pull request"
- path: "**/*_test.go"
instructions: |
"Assess the unit test code assesing sufficient code coverage for the changes associated in the pull request"
"Assess the unit test code assessing sufficient code coverage for the changes associated in the pull request"
- path: "docs/**/*.md"
instructions: |
"Assess the documentation for misspelling, incorrectly phrased sentences, missing documentation and correctness"
"Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
auto_review:
enabled: true
ignore_title_keywords:
Expand Down

0 comments on commit caa606d

Please sign in to comment.