From 54a44fd6a164fd85f806b3dc00a202e3dc591f1c Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 10 Aug 2026 16:54:48 +0200 Subject: adding lint --- .clang-tidy | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .clang-tidy (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..d56b1e9 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,12 @@ +Checks: > + bugprone-*, + clang-analyzer-*, + performance-*, + modernize-*, + readability-*, + -modernize-use-trailing-return-type, + -readability-identifier-length, + -readability-magic-numbers +WarningsAsErrors: '' +HeaderFilterRegex: 'src/.*' +FormatStyle: file -- cgit v1.2.3