Paul Sokolovsky | e504b32 | 2022-12-23 15:25:45 +0300 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2022-2023, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | # External aka 3rd-party sources included in a project. |
| 7 | # These are intended to be filtered from MISRA reports (as we don't have |
| 8 | # control over them, can't easily fix issues in them, and generally that's |
| 9 | # normally out of scope of the project). |
| 10 | |
| 11 | -file_tag+={external, "^trusted-firmware-m/platform/ext/cmsis/.*$"} |
| 12 | -file_tag+={external, "^trusted-firmware-m/lib/ext/mbedcrypto/.*$"} |
| 13 | |
Paul Sokolovsky | dd34689 | 2023-04-18 15:06:56 +0300 | [diff] [blame^] | 14 | # Ignore any auto-generated source files in build dir. |
| 15 | -file_tag+={external, "^trusted-firmware-m/build/.*$"} |
| 16 | |