diff options
| author | alevitskii <[email protected]> | 2026-04-14 08:19:44 +0300 |
|---|---|---|
| committer | alevitskii <[email protected]> | 2026-04-14 08:47:23 +0300 |
| commit | 12c509359489ae5fb03e375a08a6239bf712785a (patch) | |
| tree | 62ad4a6b637e51bfc5c905294f00419b0d550e6e /build/plugins/lib | |
| parent | 8778e5e9e852ff574977879b3a1fe31e4dd00dd2 (diff) | |
Delete style config validation in PR checks
commit_hash:e84040ad4da0763ce6fa402c8996bc2f0198ac5a
Diffstat (limited to 'build/plugins/lib')
| -rw-r--r-- | build/plugins/lib/test_const/__init__.py | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/build/plugins/lib/test_const/__init__.py b/build/plugins/lib/test_const/__init__.py index ad38ef1d661..0ebd5a67b0a 100644 --- a/build/plugins/lib/test_const/__init__.py +++ b/build/plugins/lib/test_const/__init__.py @@ -443,10 +443,7 @@ class ServiceTags(Enum): # NOTE: Linter constants are used in ya style, ya ide, config validator check -# (devtools/ya/handlers/style/config_validator, devtools/pr_checks/checker). -# ya and pr_checks have different release cycles, make sure you preserve compatibility: -# - don't delete anything from here until you get rid of all usages and roll out the changes; -# - keep in mind that changes of constants used in multiple tools may get to production at different times; +# (devtools/ya/handlers/style/config_validator). # Linter names must match `NAME` set in `_ADD_*_LINTER_CHECK` @@ -503,15 +500,6 @@ LINTER_TO_DEFAULT_CONFIGS = { CustomExplicitLinterName.Yamlfmt: DefaultLinterConfig.Yaml, } -# Fill up like -""" -{ - PythonLinterName.Ruff: LinterConfigsValidationRules.Python, -} -""" -# XXX: if a new linter is added to this mapping respective path to rules file must be available in the json -LINTER_TO_VALIDATION_CONFIGS = {} - LINTER_CONFIG_TYPES = { CppLinterName.ClangFormat: (".clang-format",), CppLinterName.ClangFormat15: (".clang-format",), |
