Minos Galanakis | f4ca6ac | 2017-12-11 02:39:21 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
Salome Thirot | db90cb1 | 2021-01-20 16:46:21 +0000 | [diff] [blame] | 2 | # Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. |
Minos Galanakis | f4ca6ac | 2017-12-11 02:39:21 +0100 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | --terse |
| 9 | --no-tree |
| 10 | --ignore COMPLEX_MACRO |
| 11 | --ignore AVOID_EXTERNS |
| 12 | --ignore VOLATILE |
| 13 | --ignore PREFER_KERNEL_TYPES |
| 14 | --ignore LEADING_SPACE |
| 15 | --ignore CODE_INDENT |
| 16 | --ignore SUSPECT_CODE_INDENT |
| 17 | --ignore BRACES |
| 18 | --ignore CONST_STRUCT |
| 19 | --ignore INITIALISED_STATIC |
Minos Galanakis | ea42123 | 2019-06-20 17:11:28 +0100 | [diff] [blame] | 20 | --ignore SPDX_LICENSE_TAG |
Salome Thirot | db90cb1 | 2021-01-20 16:46:21 +0000 | [diff] [blame] | 21 | --ignore C99_COMMENT_TOLERANCE |
| 22 | --ignore ARRAY_SIZE |
| 23 | --ignore QUOTED_WHITESPACE_BEFORE_NEWLINE |
Xinyu Zhang | fe5185f | 2021-03-09 10:27:02 +0800 | [diff] [blame] | 24 | --ignore FILE_PATH_CHANGES |
Xinyu Zhang | a6ca561 | 2021-03-17 16:02:34 +0800 | [diff] [blame] | 25 | --ignore NEW_TYPEDEFS |
Minos Galanakis | f4ca6ac | 2017-12-11 02:39:21 +0100 | [diff] [blame] | 26 | --show-types |