You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `dump` filter ensures proper YAML formatting when the file content is inserted into the configuration.
360
-
361
-
The following files are automatically excluded from the code review.
362
-
363
-
| File type | Filter type | Values|
364
-
| - | - | - |
365
-
| Data | Extension |`ini``csv``xls``xlsx``xlr``doc``docx``txt``pps``ppt``pptx``dot``dotx``log``tar``rtf``dat``ipynb``po``profile``object``obj``dxf``twb``bcsymbolmap``tfstate``pdf``rbi``pem``crt``svg``png``jpeg``jpg``ttf``app``bin``bmp``bz2``class``db``dll``dylib``egg``eot``exe``gif``gitignore``glif``gradle``gz``ico``jar``lo``lock``mp3``mp4``nar``o``ogg``otf``p``pickle``pkl``pyc``pyd``pyo``rkt``so``ss``tgz``tsv``war``webm``woff``woff2``xz``zip``zst``snap``lockb`|
| Repository Root Files | Guidelines file in your repository root | Place your guidelines file (e.g., `REVIEW_RULES.md`) at the root of your repository | `guidelines: {{ "./REVIEW_RULES.md" | readFile() | dump }}` |
359
+
| CM Repository Files | Organization-wide guidelines in central CM repository | Place guidelines in your central CM repository | `guidelines: {{ "../cm/REVIEW_RULES.md" | readFile() | dump }}` |
360
+
| Team-specific Files | Team-level guidelines in specific team repository | Place the file in the specific team repository root | `guidelines: {{ "./TEAM_REVIEW_RULES.md" | readFile() | dump }}` |
361
+
362
+
The `dump` filter ensures proper YAML formatting when the file content is inserted into the configuration.
363
+
364
+
??? "Files Excluded from AI Review"
365
+
366
+
The following files are automatically excluded from the code review.
0 commit comments