Skip to content

Commit 27ee0eb

Browse files
achamayouCopilot
andauthored
Update code review instructions for shell scripts (#7559)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9168ce7 commit 27ee0eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
Never comment on code formatting when performing code reviews.
2+
3+
When shell scripts or bash scripts are created or modified, if they contain any use of the pipe (|) operator, they must also set the pipefail option (set -o pipefail). Remind the PR author if they have missed that.

0 commit comments

Comments
 (0)