From b8d5b958d489c21214cc23755d442e4e78f03878 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 16 May 2019 14:13:03 +0100 Subject: COMPMID-2166: Add tests for importing memory mapped files. Change-Id: I011773bbe0bf6774a9718d414b4b297b4d8996c0 Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/1179 Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- scripts/clang_tidy_rules.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/clang_tidy_rules.py b/scripts/clang_tidy_rules.py index 4e6ede3efb..9b5fafb979 100755 --- a/scripts/clang_tidy_rules.py +++ b/scripts/clang_tidy_rules.py @@ -66,6 +66,7 @@ def filter_clang_tidy_lines( lines ): if ("uninitialized record type: '__ret'" in line or "local variable '__bound_functor' is still referred to by the global variable '__once_callable'" in line or "assigning newly created 'gsl::owner<>'" in line or + "calling legacy resource function without passing a 'gsl::owner<>'" in line or "deleting a pointer through a type that is not marked 'gsl::owner<>'" in line or (any(f in line for f in ["Error.cpp","Error.h"]) and "thrown exception type is not nothrow copy constructible" in line) or (any(f in line for f in ["Error.cpp","Error.h"]) and "uninitialized record type: 'args'" in line) or -- cgit v1.2.1