diff --git a/.coderabbit.yaml b/.coderabbit.yaml deleted file mode 100644 index 81c484202c..0000000000 --- a/.coderabbit.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# TEMPORARY — remove this file before merging PR #1446. -# Excludes generated/non-source noise (tests, changesets, docs, locales) so the -# PR fits under CodeRabbit's 150-changed-file cap and the review focuses on -# source logic. Intentionally NOT kept on main — drop before merge. -reviews: - path_filters: - - "!**/__tests__/**" - - "!**/*.test.ts" - - "!**/*.test.tsx" - - "!.changeset/**" - - "!docs/**" - - "!**/*.md" - - "!**/locales/**" - - "!**/*.snap"