We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shfmt
1 parent abf624b commit b66d3fcCopy full SHA for b66d3fc
2 files changed
.travis.yml
@@ -56,7 +56,7 @@ jobs:
56
env:
57
- TEST: shfmt check
58
script:
59
- - docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.5.0 -sr -i 2 -l -w -ci .
+ - docker run -it --rm -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.5.0 shfmt -sr -i 2 -l -w -ci .
60
- git diff --color
61
- git diff --stat=220 --color --exit-code
62
travis.yml.template
@@ -54,7 +54,7 @@ jobs:
54
55
0 commit comments