Skip to content

Commit b52bb27

Browse files
mwasilewroxell
authored andcommitted
automated: android: disable SC2320 checks
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@oss.qualcomm.com>
1 parent 881b65a commit b52bb27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

automated/android/bootchart/device-script.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/system/bin/sh
22
# shellcheck disable=SC2181
3+
# shellcheck disable=SC2320
34
#
45
# script to start and stop bootchart test.
56
#
67
# Copyright (C) 2014, Linaro Limited.
8+
# Copyright (C) 2025, Qualcomm Inc.
79
#
810
# This program is free software; you can redistribute it and/or
911
# modify it under the terms of the GNU General Public License

automated/android/media-codecs-functional-tests/linaro-android-userspace-tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# shellcheck disable=SC2181
55
# shellcheck disable=SC2155
66
# shellcheck disable=SC2166
7+
# shellcheck disable=SC2320
78
# shellcheck disable=SC3006
89
# shellcheck disable=SC3010
910
# shellcheck disable=SC3018
@@ -12,13 +13,15 @@
1213
# shellcheck disable=SC3060
1314
#############################################################################
1415
# Copyright (c) 2014 Linaro
16+
# Copyright (c) 2025 Qualcomm Inc
1517
# All rights reserved. This program and the accompanying materials
1618
# are made available under the terms of the Eclipse Public License v1.0
1719
# which accompanies this distribution, and is available at
1820
# http://www.eclipse.org/legal/epl-v10.html
1921
#
2022
# Contributors:
2123
# Linaro <linaro-dev@lists.linaro.org>
24+
# Milosz Wasilewski <milosz.wasilewski@oss.qualcomm.com>
2225
#############################################################################
2326

2427
# Individual and batch test definitions

0 commit comments

Comments
 (0)