aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/style/rules.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-10-23 14:47:29 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-10-23 15:04:46 +0300
commit47da7f44e7c17833d96c764be32d82a5b15e9e56 (patch)
tree01619007dd961edead9be80141560208e40ee18f /library/python/testing/style/rules.py
parent5981d24aaf93b05275be171f58a5db77a20aeecf (diff)
downloadydb-47da7f44e7c17833d96c764be32d82a5b15e9e56.tar.gz
Intermediate changes
commit_hash:3e55f833d0efbd9feb7cb3f9ff320ce0faa9ec37
Diffstat (limited to 'library/python/testing/style/rules.py')
-rw-r--r--library/python/testing/style/rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/style/rules.py b/library/python/testing/style/rules.py
index 1f4d283769..0de9dcdbca 100644
--- a/library/python/testing/style/rules.py
+++ b/library/python/testing/style/rules.py
@@ -16,7 +16,7 @@ def _path_skip_reason(path, skip_links=True):
if '/generated/' in path:
return "path '{}' contains '/generated/'".format(path)
- if path and '/contrib/' in path:
+ if path and '/contrib/' in path and '/.yandex_meta/' not in path:
return "path '{}' contains '/contrib/'".format(path)
if path and '/vendor/' in path: