Skip to content

Commit

Permalink
refactor: disable shellcheck SC1091 at the code level
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 13, 2024
1 parent ed00aa0 commit 8faf790
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

- name: ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -e SC1091

# build:
# name: Determine images
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
# shellcheck disable=SC1091
source "$(dirname "$0")/utils.sh"

# Get all directories in src (avoid using find if not needed)
Expand Down
1 change: 1 addition & 0 deletions test/sap-cap-javascript-node/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
# shellcheck disable=SC1091
source "$(dirname "$0")/../test-utils/harness.sh"

# setup "sap-cap-javascript-node" "22-bookworm"
Expand Down

0 comments on commit 8faf790

Please sign in to comment.