Skip to content

Commit fe79bb3

Browse files
committed
shellcheck isn't too relevant anymore imo
1 parent 471c1b5 commit fe79bb3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hacking-and-testing.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ find ./* test/* test/fixtures/* -maxdepth 0 | entr ./test/bats/bin/bats test
2929
```
3030

3131
When writing assertions, you'll likely want to compare to expected output. To grab that reliably, you can use something like `git --no-pager diff | ./diff-so-fancy > output.txt`
32-
33-
You can lint your scripts via shellcheck, our CI bots will also check.
34-
35-
```sh
36-
brew install shellcheck
37-
shellcheck *.sh
38-
```

0 commit comments

Comments
 (0)