diff options
| author | Thomas Schmucker <ts@its1.de> | 2025-06-15 09:40:02 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2025-06-15 09:40:02 +0200 |
| commit | 97deedd97a1d026586afa23d47a00322bcd22e59 (patch) | |
| tree | 74adfa72390caeef30357ae17771afafe0dfca93 /.clang-tidy | |
| parent | 7bf6bc9385adff81f0f66962630bdd60572d5c57 (diff) | |
| download | use-bcrypt-97deedd97a1d026586afa23d47a00322bcd22e59.tar.gz use-bcrypt-97deedd97a1d026586afa23d47a00322bcd22e59.tar.bz2 use-bcrypt-97deedd97a1d026586afa23d47a00322bcd22e59.zip | |
Update auf neue lua-bcrypt version
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..fe17118 --- /dev/null +++ b/.clang-tidy | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | ||
| 20 | |||
