Minos Galanakis | befc836 | 2021-06-29 14:41:04 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. |
| 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 |
| 20 | --ignore SPDX_LICENSE_TAG |
| 21 | --ignore C99_COMMENT_TOLERANCE |
| 22 | --ignore ARRAY_SIZE |
| 23 | --ignore QUOTED_WHITESPACE_BEFORE_NEWLINE |
| 24 | --ignore FILE_PATH_CHANGES |
| 25 | --ignore NEW_TYPEDEFS |
| 26 | --ignore MULTILINE_DEREFERENCE |
| 27 | --ignore PREFER_ALIGNED |
| 28 | --ignore PREFER_SECTION |
| 29 | --show-types |
| 30 | --showfile |