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
This section explains how to add custom code review instructions for the entire project or specific file paths in your project using glob patterns. Developers can provide tailored review guidelines based on the file paths. These instructions are needed only if you want the reviewer to follow specific instructions besides the standard review.
28
28
@@ -32,7 +32,7 @@ Adding file path prompts allows developers to specify custom instructions for di
32
32
33
33
**path:**`**/*.js`
34
34
35
-
**instructions:** Review the javascript code against the Google Javascript style guide and point out any mismatches
35
+
**instructions:** Review the JavaScript code against the Google JavaScript style guide and point out any mismatches
0 commit comments