Skip to content

Commit

Permalink
automated: android: disable SC2320 checks
Browse files Browse the repository at this point in the history
Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew authored and roxell committed Jan 15, 2025
1 parent 881b65a commit b52bb27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automated/android/bootchart/device-script.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/system/bin/sh
# shellcheck disable=SC2181
# shellcheck disable=SC2320
#
# script to start and stop bootchart test.
#
# Copyright (C) 2014, Linaro Limited.
# Copyright (C) 2025, Qualcomm Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# shellcheck disable=SC2181
# shellcheck disable=SC2155
# shellcheck disable=SC2166
# shellcheck disable=SC2320
# shellcheck disable=SC3006
# shellcheck disable=SC3010
# shellcheck disable=SC3018
Expand All @@ -12,13 +13,15 @@
# shellcheck disable=SC3060
#############################################################################
# Copyright (c) 2014 Linaro
# Copyright (c) 2025 Qualcomm Inc
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Linaro <[email protected]>
# Milosz Wasilewski <[email protected]>
#############################################################################

# Individual and batch test definitions
Expand Down

0 comments on commit b52bb27

Please sign in to comment.