Gyorgy Szing | 7564089 | 2021-04-17 08:55:08 +0200 | [diff] [blame^] | 1 | # Copyright (c) 2021-2022, Arm Limited and contributors. All rights reserved. |
2 | # | ||||
3 | # SPDX-License-Identifier: BSD-3-Clause | ||||
4 | # | ||||
5 | |||||
6 | # Checkpatch configuration for Trusted Services. | ||||
7 | |||||
8 | --showfile | ||||
9 | # Please set CODESPELL_FILE in the environment. | ||||
10 | --codespellfile="$CODESPELL_FILE" | ||||
11 | --codespell | ||||
12 | --ignore SPDX_LICENSE_TAG,PREFER_KERNEL_TYPES,USLEEP_RANGE,GERRIT_CHANGE_ID,FILE_PATH_CHANGES | ||||
13 | --no-tree | ||||
14 | --terse | ||||
15 | --strict | ||||
16 | --max-line-length=100 |