Skip to content

Commit 0d1d457

Browse files
authored
chore: remove containers and unset formatter (#1582)
- Remove containers when not needed anymore - Unset Prettier formatter when not needed
1 parent 8d03415 commit 0d1d457

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"customizations": {
66
"vscode": {
77
"settings": {
8-
"editor.defaultFormatter": "esbenp.prettier-vscode",
98
"editor.formatOnSave": true,
109
"editor.formatOnSaveMode": "file",
1110
"editor.wordWrap": "off",

scripts/lint-commits.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fi
3232

3333
# shellcheck disable=SC2206
3434
LINT_COMMITS_COMMAND+=(
35+
--rm
3536
--volume "$(pwd):/source-repository"
3637
"${CD_CONTAINER_URL}"
3738
commitlint

scripts/release-please-dry-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ check_github_token_file
1414

1515
echo "Running release-please against branch: ${RELEASE_PLEASE_TARGET_BRANCH}"
1616
docker run \
17+
--rm \
1718
--volume "$(pwd):/source-repository" \
1819
"${CD_CONTAINER_URL}" \
1920
release-please \

scripts/run-renovate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RENOVATE_COMMAND+=(
3434
--env LOG_FORMAT="json"
3535
--env RENOVATE_CONFIG_FILE="${RENOVATE_CONFIG_FILE}"
3636
--env RENOVATE_TOKEN="$(cat "${GITHUB_TOKEN_PATH}")"
37+
--rm
3738
--volume "${RENOVATE_CONFIG_FILE}":"${RENOVATE_CONFIG_FILE}"
3839
"${RENOVATE_CONTAINER_IMAGE}"
3940
renovate

0 commit comments

Comments
 (0)