summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 4bacd45..2f273ed 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -2,17 +2,10 @@
# SPDX-License-Identifier: CC0-1.0 OR ISC
Checks: >
- *,
-*-magic-numbers,
- -altera-*,
-bugprone-easily-swappable-parameters,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
- -hicpp-multiway-paths-covered,
-llvm-header-guard,
- -llvmlibc-*,
-misc-no-recursion,
-readability-function-cognitive-complexity,
- -readability-identifier-length,
-WarningsAsErrors: '*'
-HeaderFilterRegex: '.*'
-FormatStyle: file
+InheritParentConfig: true