Skip to content

Commit

Permalink
tests: add shellchecks and shfmt to README (FreshRSS#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie authored and Alkarex committed Jul 24, 2019
1 parent 2d8332a commit f9edc71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ cd ./tests/
wget https://phar.phpunit.de/phpunit.phar
php phpunit.phar --bootstrap bootstrap.php
```

The `shellchecks.sh` script is used to safeguard shell scripts from common
shell script bugs and to ensure a consistent style.
It requires [ShellCheck](https://www.shellcheck.net/) and [shfmt](https://github.com/mvdan/sh).

0 comments on commit f9edc71

Please sign in to comment.