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
Copy file name to clipboardExpand all lines: .coderabbit.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@ reviews:
2
2
profile: assertive
3
3
path_instructions:
4
4
- path: "**/generated/open-api/**"
5
-
instruction: "This is generated client code for the API. Reference it if you need to understand how the main code interacts with it, but do not make comments about it."
6
-
- path: "!**/generated/open_api/**"
7
-
instruction: "This is generated client code for the API. Reference it if you need to understand how the main code interacts with it, but do not make comments about it."
8
-
- path: "!**/generated/graphql.ts"
9
-
instruction: "This is generated client code for the API. Reference it if you need to understand how the main code interacts with it, but do not make comments about it."
5
+
instruction: "This is generated client code for the API. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
6
+
- path: "**/generated/open_api/**"
7
+
instruction: "This is generated client code for the API. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
8
+
- path: "**/generated/graphql.ts"
9
+
instruction: "This is generated client code for the API. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
10
+
- path: "**/vendor_files/**"
11
+
instruction: "These files came from a vendor and we're not allowed to change them. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
10
12
tools:
11
13
# these are already run by pre-commit, and coderabbit often generates false positives
Copy file name to clipboardExpand all lines: template/.coderabbit.yaml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@ reviews:
2
2
profile: assertive
3
3
path_instructions:
4
4
- path: "**/generated/open-api/**"
5
-
instruction: "This is generated client code for the API. Reference it if you need to understand how the main code interacts with it, but do not make comments about it."
6
-
- path: "!**/generated/open_api/**"
7
-
instruction: "This is generated client code for the API. Reference it if you need to understand how the main code interacts with it, but do not make comments about it."
8
-
- path: "!**/generated/graphql.ts"
9
-
instruction: "This is generated client code for the API. Reference it if you need to understand how the main code interacts with it, but do not make comments about it."
5
+
instruction: "This is generated client code for the API. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
6
+
- path: "**/generated/open_api/**"
7
+
instruction: "This is generated client code for the API. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
8
+
- path: "**/generated/graphql.ts"
9
+
instruction: "This is generated client code for the API. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
10
+
- path: "**/vendor_files/**"
11
+
instruction: "These files came from a vendor and we're not allowed to change them. Refer to it if you need to understand how the main code interacts with it, but do not make comments about it."
10
12
tools:
11
13
# these are already run by pre-commit, and coderabbit often generates false positives
0 commit comments