aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralevitskii <alevitskii@yandex-team.com>2024-11-13 11:41:03 +0300
committeralevitskii <alevitskii@yandex-team.com>2024-11-13 11:51:51 +0300
commitab2faef909ba8ab6a961784263f54a81056b38c9 (patch)
treefbca6ed2c1e9511fe249955768bc3824132eff50
parent2aad515e65987dff861710d27b170c9f9bd18a76 (diff)
downloadydb-ab2faef909ba8ab6a961784263f54a81056b38c9.tar.gz
Export cpp_style configs to ydb
Export cpp_style configs to ydb commit_hash:1f05f3bddb56ef6a6f010eedf7bd3342b2a78cbf
-rw-r--r--build/config/tests/cpp_style/a.yaml16
-rw-r--r--build/config/tests/cpp_style/default_configs.json3
2 files changed, 19 insertions, 0 deletions
diff --git a/build/config/tests/cpp_style/a.yaml b/build/config/tests/cpp_style/a.yaml
new file mode 100644
index 0000000000..ac7a9350a9
--- /dev/null
+++ b/build/config/tests/cpp_style/a.yaml
@@ -0,0 +1,16 @@
+service: arcadia-unassigned
+title: clang-format default config
+
+arcanum:
+ review:
+ auto_assign: true
+ groups:
+ - name: cppcommittee
+ roles: cppcommittee:consultant
+ rules:
+ - subpaths: "config.clang-format"
+ reviewers:
+ - name: cppcommittee
+ assign: 1
+ ship: 0
+ min_approvers_count: 1
diff --git a/build/config/tests/cpp_style/default_configs.json b/build/config/tests/cpp_style/default_configs.json
new file mode 100644
index 0000000000..f8749d1a01
--- /dev/null
+++ b/build/config/tests/cpp_style/default_configs.json
@@ -0,0 +1,3 @@
+{
+ "clang_format": "build/config/tests/cpp_style/config.clang-format"
+}