Skip to content

Commit 2d59406

Browse files
committed
fix
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent df2d590 commit 2d59406

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ repos:
4848
rev: v1.7.7
4949
hooks:
5050
- id: actionlint
51+
args: ["-shellcheck=enable=all"]
5152
- repo: https://github.com/crate-ci/typos
5253
rev: v1.38.1
5354
hooks:

.shellcheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable=SC2086

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Install go using [homebrew](https://brew.sh/), below example assume on Mac.
3333
```bash
3434
brew install go
3535
go env -w GOPROXY=direct
36+
brew install shellcheck
3637
```
3738

3839
To manually run all linters:

0 commit comments

Comments
 (0)