diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-11 16:01:16 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-11 16:01:16 +0200 |
| commit | 3c9cc7d383df019dacbd80480730723fe4b20b44 (patch) | |
| tree | 9f04e09e48a77889f9bdb530c982c59e02c0818a /.clang-tidy | |
| parent | 7046da7c9c6e9a486e5d98f8a180d3b0e898debe (diff) | |
| download | use-berkeley-db-185-3c9cc7d383df019dacbd80480730723fe4b20b44.tar.gz use-berkeley-db-185-3c9cc7d383df019dacbd80480730723fe4b20b44.tar.bz2 use-berkeley-db-185-3c9cc7d383df019dacbd80480730723fe4b20b44.zip | |
Infrastruktur hinzugefügt
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 19 |
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 | --- | ||
| 2 | Checks: "*, | ||
| 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 | " | ||
| 17 | WarningsAsErrors: '' | ||
| 18 | HeaderFilterRegex: '' | ||
| 19 | FormatStyle: none | ||
