Skip to content

Commit 2ec73e9

Browse files
committed
feat: add shell-check pre-merge checks for script validation
1 parent 6e3b6cd commit 2ec73e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.coderabbit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ reviews:
1616
auto_review:
1717
enabled: true
1818
drafts: false
19+
pre_merge_checks:
20+
custom_checks:
21+
- mode: error
22+
name: shell-check
23+
instructions: |
24+
- Always check if the shell scripts are valid and sytactically correct.
25+
- Make sure there are examples for all the supported shells, such as bash, zsh, fish, etc.
1926
2027
chat:
2128
auto_reply: true

0 commit comments

Comments
 (0)