aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-06 09:43:30 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-06 09:52:24 +0300
commit9c2fb2d10e3855cb69704333fe62efbe9d47ad93 (patch)
tree9178de621b8fb37071431c94e33560b8e673241c
parentc7744ebf15fcc66c573b4f9d4e50237b26c8a936 (diff)
downloadydb-9c2fb2d10e3855cb69704333fe62efbe9d47ad93.tar.gz
Intermediate changes
commit_hash:d313ff8d16f964d796106f71b9e2d65b0ea39f82
-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 0de9dcdbca..a9581e4064 100644
--- a/library/python/testing/style/rules.py
+++ b/library/python/testing/style/rules.py
@@ -34,7 +34,7 @@ def _content_skip_reason(path, data):
'# DO_NOT_STYLE',
'// DO_NOT_STYLE',
'THIS SOFTWARE',
- 'WITHOUT WARRANTY',
+ 'WITHOUT WARRANT', # WARRANTY, WARRANTIES
]:
if substr in data:
return "file '{}' contains '{}'".format(path, substr)