Skip to content

Commit e2b97c7

Browse files
committed
chore: fix comments, add rabbit config
1 parent 14b3d56 commit e2b97c7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.coderabbit.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
language: "en-US"
3+
reviews:
4+
poem: false
5+
review_status: false
6+
auto_review:
7+
enabled: true
8+
drafts: false

bin/node-version-manager.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# shellcheck disable=SC1090
23
source ~/.bashrc
34
export NVM_DIR=~/.nvm
45
source ~/.nvm/nvm.sh
@@ -13,5 +14,6 @@ source ~/.nvm/bash_completion
1314

1415
"$@"
1516
} || {
17+
echo "An error occurred during execution."
1618
exit 1
1719
}

0 commit comments

Comments
 (0)