-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automated: android: disable SC2320 checks
Signed-off-by: Milosz Wasilewski <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|