diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..2a5fd3494 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,6 @@ +reviews: + # Ignore test files + path_filters: + - "!**/*_test.go" + # Disable review status notification + review_status: false diff --git a/router/usecase/quote_test.go b/router/usecase/quote_test.go index a0c1a36df..a5fb5fa08 100644 --- a/router/usecase/quote_test.go +++ b/router/usecase/quote_test.go @@ -35,8 +35,8 @@ var ( // // The test structure is as follows: // - Set up a 50-50 split route -// Route 1: 2 hop -// Route 2: 1 hop +// - Route 1: 2 hop +// - Route 2: 1 hop // // Validate that the effective swap fee is computed correctly. func (s *RouterTestSuite) TestPrepareResult() {