We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891dd05 commit 2ac579aCopy full SHA for 2ac579a
1 file changed
.coderabbit.yaml
@@ -16,7 +16,18 @@ reviews:
16
changed_files_summary: true
17
labeling_instructions: []
18
path_filters: ["!class_generator/schema/**"]
19
- path_instructions: []
+ path_instructions:
20
+ - path: "**/ocp_resources/**"
21
+ instructions: |
22
+ SKIP reviewing any code between the markers:
23
+ - Start: `# Generated using https://github.com/RedHatQE/openshift-python-wrapper/blob/main/class_generator/README.md`
24
+ - End: `# End of generated code`
25
+
26
+ This is auto-generated code from the class-generator tool.
27
+ Only review code OUTSIDE these markers.
28
+ If someone modifies generated code directly, flag it as a violation -
29
+ changes should be made to the class-generator instead.
30
31
abort_on_close: true
32
auto_review:
33
enabled: true
0 commit comments