Skip to content

Commit dd41e95

Browse files
committed
Moved SC2148 disable comments
1 parent fee54dd commit dd41e95

9 files changed

+21
-10
lines changed

bin/airgap-include.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# shellcheck disable=SC2148
21
# Copyright © 2023-2024, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
32
# SPDX-License-Identifier: Apache-2.0
43

4+
# shellcheck disable=SC2148
5+
# This script is not intended to be run directly
6+
57
# This file is not marked as executable as it is intended to be sourced
68
# Current directory must be the root directory of the repo
79

bin/autogenerate-include.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# shellcheck disable=SC2148
21
# Copyright © 2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
32
# SPDX-License-Identifier: Apache-2.0
43

4+
# shellcheck disable=SC2148
5+
# This script is not intended to be run directly
6+
57
# This file is not marked as executable as it is intended to be sourced
68
# Current directory must be the root directory of the repo
79

bin/colors-include.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# shellcheck disable=SC2148
21
# Copyright © 2020, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
32
# SPDX-License-Identifier: Apache-2.0
43

4+
# shellcheck disable=SC2148
5+
# This script is not intended to be run directly
6+
57
# Added background colors and functions
68

79
# Colors

bin/helm-include.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#!/bin/bash
2-
31
# Copyright © 2020, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
42
# SPDX-License-Identifier: Apache-2.0
53

4+
# shellcheck disable=SC2148
65
# This script is not intended to be run directly
6+
77
# Assumes bin/common.sh has been sourced
88

99
if [ ! "$(which helm)" ]; then

bin/kube-include.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# shellcheck disable=SC2148
21
# Copyright © 2024,2020, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
32
# SPDX-License-Identifier: Apache-2.0
43

4+
# shellcheck disable=SC2148
5+
56
# This script is not intended to be run directly
67
# Assumes bin/common.sh has been sourced
78

bin/log-include.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# shellcheck disable=SC2148
21
# Copyright © 2021, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
32
# SPDX-License-Identifier: Apache-2.0
43

4+
# shellcheck disable=SC2148
5+
# This script is not intended to be run directly
6+
57
# Logging helper functions
68

79
LOG_COLOR_ENABLE=${LOG_COLOR_ENABLE:-true}

bin/service-url-include.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# shellcheck disable=SC2148
21
# Copyright © 2021, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
32
# SPDX-License-Identifier: Apache-2.0
43

4+
# shellcheck disable=SC2148
55
# This script is not intended to be run directly
66

77
source bin/common.sh

bin/tls-include.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# shellcheck disable=SC2148
21
# Copyright © 2022, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
32
# SPDX-License-Identifier: Apache-2.0
43

4+
# shellcheck disable=SC2148
55
# This script is not intended to be run directly
66

77
# Helper functions for TLS support

bin/version-include.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# shellcheck disable=SC2148
21
# Copyright © 2021, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
32
# SPDX-License-Identifier: Apache-2.0
43

4+
# shellcheck disable=SC2148
5+
# This script is not intended to be run directly
6+
57
function populateValuesYAML() {
68
v4mValuesYAML=$1
79
rm -f "$v4mValuesYAML"

0 commit comments

Comments
 (0)