Skip to content

Commit ab0e088

Browse files
committed
More coiper
1 parent 2dc6b5b commit ab0e088

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

.coderabbit.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ reviews:
22
profile: assertive
33
path_instructions:
44
- 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."
1012
tools:
1113
# these are already run by pre-commit, and coderabbit often generates false positives
1214
eslint:

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.78-2-gb57c84a
2+
_commit: v0.0.78-3-g1d61614
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: A web app that is hosted within a local intranet. Nuxt frontend, python
55
backend, docker-compose

template/.coderabbit.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ reviews:
22
profile: assertive
33
path_instructions:
44
- 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."
1012
tools:
1113
# these are already run by pre-commit, and coderabbit often generates false positives
1214
eslint:

0 commit comments

Comments
 (0)