blob: 405f96620b5c43416309fcf833d736f4d10df586 [file] [log] [blame]
#
# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#
# This file lists the source files that are expected to be excluded from
# Coverity's analysis, and the reason why.
#
# The expected format is an array of tuples (filename_pattern, description).
# - filename_pattern is a Python regular expression (as in the 're' module)
# describing the file(s) to exclude.
# - description aims at providing the reason why the files are expected
# to be excluded.
exclude_paths = [
("platform/ext/.*", "3rd party libraries will not be fixed"),
("lib/ext/.*", "3rd party libraries will not be fixed"),
]