[Scummvm-git-logs] scummvm master -> 877c1c3a038aa00a4187d3ca4c54695eaa389c1f
sev-
sev at scummvm.org
Mon Oct 19 18:25:16 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
877c1c3a03 ALL: add .clang-tidy
Commit: 877c1c3a038aa00a4187d3ca4c54695eaa389c1f
https://github.com/scummvm/scummvm/commit/877c1c3a038aa00a4187d3ca4c54695eaa389c1f
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2020-10-19T20:25:12+02:00
Commit Message:
ALL: add .clang-tidy
Changed paths:
A .clang-tidy
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000000..6d14be6c67
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1,8 @@
+---
+Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,portability-*,bugprone-*'
+CheckOptions:
+ - key: readability-identifier-naming.MethodCase
+ value: camelBack
+ - key: readability-identifier-naming.ParameterCase
+ value: camelBack
+...
More information about the Scummvm-git-logs
mailing list