From 0773e779bee325d364997ff7ec2ef8ec45c474c1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Oct 2022 13:38:35 -0400 Subject: Add stricter test for warnings in public headers --- test/headers/.clang-tidy | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/headers/.clang-tidy (limited to 'test/headers/.clang-tidy') diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy new file mode 100644 index 0000000..7c6ab44 --- /dev/null +++ b/test/headers/.clang-tidy @@ -0,0 +1,11 @@ +# Copyright 2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + +Checks: > + *, + -altera-*, + -llvmlibc-*, + -readability-identifier-length, +WarningsAsErrors: '*' +HeaderFilterRegex: '.*' +FormatStyle: file -- cgit v1.2.1