summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-12 15:19:57 +0200
committerThomas Schmucker <ts@its1.de>2026-07-12 15:19:57 +0200
commitc17b523d4710134218bca4f2fdbe8fd0cee39ecd (patch)
tree2d404a33440469804ef9f01162e52edb1bd70df4 /.clang-tidy
downloaduse-zlib-c17b523d4710134218bca4f2fdbe8fd0cee39ecd.tar.gz
use-zlib-c17b523d4710134218bca4f2fdbe8fd0cee39ecd.tar.bz2
use-zlib-c17b523d4710134218bca4f2fdbe8fd0cee39ecd.zip
Erstes Beispiel für die Benutzung von zlib
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy19
1 files changed, 19 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000..0bceb5b
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1,19 @@
1---
2Checks: "*,
3 -abseil-*,
4 -altera-*,
5 -android-*,
6 -fuchsia-*,
7 -google-*,
8 -llvm*,
9 -modernize-use-trailing-return-type,
10 -zircon-*,
11 -readability-else-after-return,
12 -readability-static-accessed-through-instance,
13 -readability-avoid-const-params-in-decls,
14 -cppcoreguidelines-non-private-member-variables-in-classes,
15 -misc-non-private-member-variables-in-classes,
16"
17WarningsAsErrors: ''
18HeaderFilterRegex: ''
19FormatStyle: none