mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
Add instructions for using shfmt
@@ -45,6 +45,6 @@ To avoid the most common travis failures:
|
|||||||
* Doublequote variables (use _debug txtvalue "$txtvalue" instead of _debug txtvalue=$txtvalue)
|
* Doublequote variables (use _debug txtvalue "$txtvalue" instead of _debug txtvalue=$txtvalue)
|
||||||
* Always check the travis results after a commit
|
* Always check the travis results after a commit
|
||||||
* Consider using shellcheck (https://www.shellcheck.net/) before commiting
|
* Consider using shellcheck (https://www.shellcheck.net/) before commiting
|
||||||
*`shfmt -l -w -i 2 .` will re-indent your files
|
* `shfmt -l -w -i 2 .` will re-indent your files
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user