diff options
author | say <say@yandex-team.com> | 2023-09-28 17:58:30 +0300 |
---|---|---|
committer | say <say@yandex-team.com> | 2023-09-28 18:39:04 +0300 |
commit | e1bf3a3e544c1895f0cbdca317f43740cc8cb6db (patch) | |
tree | 8823a8b17bd9188a08a0c3fcb0f902b0320da38b /library/python/cpp_test/test_cpp.py | |
parent | 1b2cc051281e67c9b930068caaa1df1fc74e3c07 (diff) | |
download | ydb-e1bf3a3e544c1895f0cbdca317f43740cc8cb6db.tar.gz |
Move style configs from devtools to build directory
Diffstat (limited to 'library/python/cpp_test/test_cpp.py')
-rw-r--r-- | library/python/cpp_test/test_cpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/cpp_test/test_cpp.py b/library/python/cpp_test/test_cpp.py index 674feb45e9..b7607d66c2 100644 --- a/library/python/cpp_test/test_cpp.py +++ b/library/python/cpp_test/test_cpp.py @@ -10,7 +10,7 @@ from library.python.testing.style import rules import library.python.resource as lpr -STYLE_CONFIG_JSON = json.dumps(yaml.safe_load(lpr.find('/cpp_style/config'))) +STYLE_CONFIG_JSON = json.dumps(yaml.safe_load(lpr.find('resfs/file/config.clang-format'))) RES_FILE_PREFIX = '/cpp_style/files/' CHECKED_PATHS = list(lpr.iterkeys(RES_FILE_PREFIX, strip_prefix=True)) |