blob: 4d690589109165cfc649435462f65228d5e63098 [file] [log] [blame]
Gyorgy Szingabf1b852023-03-31 02:20:38 +02001# Copyright (c) 2021-2023, Arm Limited and contributors. All rights reserved.
Gyorgy Szing75640892021-04-17 08:55:08 +02002#
3# SPDX-License-Identifier: BSD-3-Clause
4#
5
6# Checkpatch configuration for Trusted Services.
7
8--showfile
Gyorgy Szing75640892021-04-17 08:55:08 +02009--codespell
Gabor Tothc3078602024-07-29 11:04:16 +020010# Please set CODESPELL_FILE in the environment.
11--codespellfile="$CODESPELL_FILE"
Gyorgy Szingabf1b852023-03-31 02:20:38 +020012--ignore SPDX_LICENSE_TAG,PREFER_KERNEL_TYPES,USLEEP_RANGE,GERRIT_CHANGE_ID,FILE_PATH_CHANGES,UNNECESSARY_PARENTHESES,PREFER_DEFINED_ATTRIBUTE_MACRO,BIT_MACRO
Gyorgy Szing75640892021-04-17 08:55:08 +020013--no-tree
14--terse
15--strict
16--max-line-length=100