Skip to content
Snippets Groups Projects
Commit 9571c0de authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: normalise table headers

parent e80080cf
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ include: ...@@ -19,7 +19,7 @@ include:
This job performs a static analysis of your shell scripts using [ShellCheck](https://github.com/koalaman/shellcheck). This job performs a static analysis of your shell scripts using [ShellCheck](https://github.com/koalaman/shellcheck).
| Name | description | default value | | Name | Description | Default value |
| ----------------------- | -------------------------------------- | ----------------- | | ----------------------- | -------------------------------------- | ----------------- |
| `BASH_SHELLCHECK_DISABLED` | Set to `true` to disable ShellCheck | _none_ (enabled) | | `BASH_SHELLCHECK_DISABLED` | Set to `true` to disable ShellCheck | _none_ (enabled) |
| `BASH_SHELLCHECK_IMAGE` | The Docker image used to run [ShellCheck](https://github.com/koalaman/shellcheck) | `registry.hub.docker.com/koalaman/shellcheck-alpine:stable` | | `BASH_SHELLCHECK_IMAGE` | The Docker image used to run [ShellCheck](https://github.com/koalaman/shellcheck) | `registry.hub.docker.com/koalaman/shellcheck-alpine:stable` |
...@@ -32,7 +32,7 @@ This job performs unit tests based on [Bats](https://bats-core.readthedocs.io/) ...@@ -32,7 +32,7 @@ This job performs unit tests based on [Bats](https://bats-core.readthedocs.io/)
The job uses the following variables: The job uses the following variables:
| Name | description | default value | | Name | Description | Default value |
| ----------------------- | -------------------------------------- | ----------------- | | ----------------------- | -------------------------------------- | ----------------- |
| `BASH_BATS_ENABLED` | Set to `true` to enable bats tests | _none_ (disabled) | | `BASH_BATS_ENABLED` | Set to `true` to enable bats tests | _none_ (disabled) |
| `BASH_BATS_IMAGE` | The Docker image used to run [Bats](https://hub.docker.com/r/bats/bats) | `registry.hub.docker.com/bats/bats:latest` | | `BASH_BATS_IMAGE` | The Docker image used to run [Bats](https://hub.docker.com/r/bats/bats) | `registry.hub.docker.com/bats/bats:latest` |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment