# Copyright (c) 2021-2023, Arm Limited and contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

# Checkpatch configuration for Trusted Services.

--showfile
--codespell
# Please set CODESPELL_FILE in the environment.
--codespellfile="$CODESPELL_FILE"
--ignore SPDX_LICENSE_TAG,PREFER_KERNEL_TYPES,USLEEP_RANGE,GERRIT_CHANGE_ID,FILE_PATH_CHANGES,UNNECESSARY_PARENTHESES,PREFER_DEFINED_ATTRIBUTE_MACRO,BIT_MACRO
--no-tree
--terse
--strict
--max-line-length=100
