aboutsummaryrefslogtreecommitdiff
path: root/lib/.clang-tidy
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-06-21 17:20:13 +0200
committerThomas Schmucker <ts@its1.de>2026-06-21 17:20:13 +0200
commit08a5f3441675c446482b473777cbba53d5191f20 (patch)
treebb462b2439317d8c3be3e542501aa3211357045c /lib/.clang-tidy
parent7d956c533e9fd7d3bbb9a4a8b7f89f0fe54d4bc3 (diff)
downloadlibcsv-rework.tar.gz
libcsv-rework.tar.bz2
libcsv-rework.zip
rework: add testing frameworkrework
Diffstat (limited to 'lib/.clang-tidy')
-rw-r--r--lib/.clang-tidy19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/.clang-tidy b/lib/.clang-tidy
deleted file mode 100644
index 0bceb5b..0000000
--- a/lib/.clang-tidy
+++ /dev/null
@@ -1,19 +0,0 @@
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