From 95391e9a8add9d75ee5e1888a0ea84b27ba4cf2a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 19:03:57 -0400 Subject: Simplify clang-tidy configuration --- .clang-tidy | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .clang-tidy (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy deleted file mode 100644 index 8cec0ea..0000000 --- a/.clang-tidy +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2020-2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC - -Checks: > - *, - -*-magic-numbers, - -altera-*, - -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, - -hicpp-multiway-paths-covered, - -llvmlibc-*, - -misc-no-recursion, - -readability-function-cognitive-complexity, -WarningsAsErrors: '*' -HeaderFilterRegex: '.*' -FormatStyle: file -- cgit v1.2.1