summaryrefslogtreecommitdiffstats
path: root/src/server/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/.clang-tidy')
-rw-r--r--src/server/.clang-tidy21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/server/.clang-tidy b/src/server/.clang-tidy
new file mode 100644
index 00000000..a580cc7e
--- /dev/null
+++ b/src/server/.clang-tidy
@@ -0,0 +1,21 @@
+Checks: >
+ -*-avoid-c-arrays,
+ -*-narrowing-conversions,
+ -*-non-private-member-variables-in-classes,
+ -*-vararg,
+ -bugprone-branch-clone,
+ -bugprone-parent-virtual-call,
+ -bugprone-reserved-identifier,
+ -bugprone-suspicious-string-compare,
+ -cert-dcl37-c,
+ -cert-dcl51-cpp,
+ -cppcoreguidelines-pro-bounds-constant-array-index,
+ -cppcoreguidelines-pro-type-static-cast-downcast,
+ -google-readability-todo,
+ -google-runtime-int,
+ -google-runtime-references,
+ -hicpp-multiway-paths-covered,
+ -llvm-header-guard,
+ -misc-redundant-expression,
+ -portability-simd-intrinsics,
+InheritParentConfig: true