Skip to content

Add shfmt for sh and bats#2642

Merged
mrunalp merged 4 commits intoopencontainers:masterfrom
kolyshkin:shfmt-bats
Oct 20, 2020
Merged

Add shfmt for sh and bats#2642
mrunalp merged 4 commits intoopencontainers:masterfrom
kolyshkin:shfmt-bats

Conversation

@kolyshkin
Copy link
Copy Markdown
Contributor

@kolyshkin kolyshkin commented Oct 12, 2020

1. tests/integration/*.bats: reformat with shfmt

Various bats tests use various types of indentation (about half
is tabs, the rest is 2 spaces, 4 spaces, etc.).

Let's bring it to one style (tabs) using recently added
shfmt support for bats files (see mvdan/sh#600).

This commit is brought to you by

shfmt -ln bats -w tests/integration/*.bats

2. CI: add shfmt for bats

Note that you need a very recent shfmt (such as
mvdan/sh@08ecaf9adf4bb75).

3. *.sh: use shfmt

I played with shfmt options (-bn, -ci, -sr) a bit trying to minimize
the patch generated (and also because I don't have a strong preference
on these matters), and it appears to be that the patch size is about the
same nevertheless, so I chose no options.

This commit is brought to you by

shfmt -ln bash -w man/*.sh script/*.sh tests/*.sh tests/integration/*.bash

4. CI: add shfmt for sh files

Fixes: #2396

Various bats tests use various types of indentation (about half
is tabs, the rest is 2 spaces, 4 spaces, etc.).

Let's bring it to one style (tabs) using recently added
shfmt support for bats files (see [1]).

This commit is brought to you by

	shfmt -ln bats -w tests/integration/*.bats

[1] mvdan/sh#600

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Note that you need a very recent shfmt (such as
mvdan/sh@08ecaf9adf4bb75).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
I played with shfmt options (-bn, -ci, -sr) a bit trying to minimize
the patch generated (and also because I don't have a strong preference
on these matters), and it appears to be that the patch size is about the
same nevertheless, so I chose no options.

This commit is brought to you by

	shfmt -ln bash -w man/*.sh script/*.sh tests/*.sh tests/integration/*.bash

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin kolyshkin changed the title tests/integration/*.bats: shfmt it Add shfmt for sh and bats Oct 12, 2020
@mrunalp mrunalp merged commit 411e413 into opencontainers:master Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add shfmt to CI

3 participants