Skip to content

Commit fa57952

Browse files
author
Jacob Woffenden
committed
Disable shellchecks
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
1 parent b5dda2b commit fa57952

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/src/aws/src/home/vscode/.devcontainer/promptrc.d/aws-sso.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# shellcheck disable=SC2016
23

34
PROMPT+='`\
45
if [[ ${AWS_SSO_PROFILE} == *"development"* || ${AWS_SSO_PROFILE} == *"test"* ]]; then \

features/test/aws/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ check "aws featurerc existence" stat /home/vscode/.devcontainer/featurerc.d/aws.
1212
check "aws-sso version" aws-sso version
1313
check "aws-sso configuration existence" stat /home/vscode/.aws-sso/config.yaml
1414
check "aws-sso featurerc existence" stat /home/vscode/.devcontainer/featurerc.d/aws-sso.sh
15-
# shellcheck disable=SC2034
15+
# shellcheck disable=SC2015
1616
check "aws-sso featurerc password" source /home/vscode/.devcontainer/featurerc.d/aws-sso.sh && [[ "${AWS_SSO_FILE_PASSWORD}" == "REPLACE_ME" ]] && exit 1 || true
1717
check "aws-sso promptrc existence" stat /home/vscode/.devcontainer/promptrc.d/aws-sso.sh
1818

0 commit comments

Comments
 (0)