aboutsummaryrefslogtreecommitdiffstats
path: root/build/config
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-27 12:25:28 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-27 12:25:28 +0300
commitb5a4f263ba69c6cc801a7fc4d01f229aaec73747 (patch)
tree0a6c07fff48a676d16325478a47be048005bafb9 /build/config
parent9bc75c095b7cb5e9469b2cf87d2922a4f4672f99 (diff)
downloadydb-b5a4f263ba69c6cc801a7fc4d01f229aaec73747.tar.gz
intermediate changes
ref:af2edd7ed7e730aacca492a35d498229fefff47e
Diffstat (limited to 'build/config')
-rw-r--r--build/config/tests/clang_tidy/taxi.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/build/config/tests/clang_tidy/taxi.yaml b/build/config/tests/clang_tidy/taxi.yaml
new file mode 100644
index 0000000000..50a73dfff6
--- /dev/null
+++ b/build/config/tests/clang_tidy/taxi.yaml
@@ -0,0 +1,28 @@
+Checks: >
+ -*,
+ bugprone-use-after-move,
+ performance-implicit-conversion-in-loop,
+# arcadia-typeid-name-restriction,
+# readability-identifier-naming,
+CheckOptions: []
+# - key: readability-identifier-naming.ClassCase
+# value: CamelCase
+# - key: readability-identifier-naming.PublicMemberCase
+# value: CamelCase
+# - key: readability-identifier-naming.ProtectedMemberCase
+# value: CamelCase
+# - key: readability-identifier-naming.ProtectedMemberSuffix
+# value: _
+# - key: readability-identifier-naming.PrivateMemberCase
+# value: CamelCase
+# - key: readability-identifier-naming.PrivateMemberSuffix
+# value: _
+# - key: readability-identifier-naming.FunctionCase
+# value: CamelCase
+# - key: readability-identifier-naming.ClassMethodCase
+# value: CamelCase
+# # do not tide public begin / end methods to workaround clang-tidy bug in range-based for loops
+# - key: readability-identifier-naming.PublicMethodIgnoredRegexp
+# value: "(begin|end|empty|size|ysize|front|back)"
+# - key: readability-identifier-naming.MacroDefinitionCase
+# value: UPPER_CASE