diff --git a/.coderabbit.yml b/.coderabbit.yml index 2005a809450..8cb1d76fea4 100644 --- a/.coderabbit.yml +++ b/.coderabbit.yml @@ -9,6 +9,8 @@ reviews: path_filters: - "!**/*.pb.go" - "!**/*.pb.gw.go" + - "!**/*.mod" + - "!**/*.sum" path_instructions: - path: "**/*.go" instructions: "Review the Golang code for conformity with the Uber Golang style guide, highlighting any deviations."