summaryrefslogtreecommitdiff
path: root/meshmc/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'meshmc/.clang-tidy')
-rw-r--r--meshmc/.clang-tidy22
1 files changed, 22 insertions, 0 deletions
diff --git a/meshmc/.clang-tidy b/meshmc/.clang-tidy
new file mode 100644
index 0000000000..de8d2c7e38
--- /dev/null
+++ b/meshmc/.clang-tidy
@@ -0,0 +1,22 @@
+---
+Checks: >
+ -*,
+ bugprone-*,
+ clang-analyzer-*,
+ performance-*,
+ portability-*,
+ readability-*,
+ -readability-function-cognitive-complexity,
+ -readability-magic-numbers,
+ -readability-identifier-length,
+ -readability-convert-member-functions-to-static,
+ modernize-*,
+ -modernize-use-trailing-return-type
+HeaderFilterRegex: '^(launcher|libraries|updater|buildconfig)/'
+FormatStyle: file
+WarningsAsErrors: ''
+CheckOptions:
+ - key: readability-function-size.LineThreshold
+ value: '200'
+ - key: readability-function-size.StatementThreshold
+ value: '120' \ No newline at end of file