Skip to content

Commit 722da05

Browse files
andrei-levitskiiKamil Khamitov
authored andcommitted
Add config validator to ya style
Add config validator to ya style commit_hash:ab43d981dbc98c3ebca9af6cca5e09af27803f3a
1 parent 47020bc commit 722da05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build/plugins/lib/test_const/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,14 @@ class DefaultLinterConfig(Enum):
456456
Python = "build/config/tests/py_style/default_configs.json"
457457

458458

459+
# TODO Fill up like
460+
"""
461+
{
462+
PythonLinterName.Ruff: "build/config/tests/ruff/rules.yaml",
463+
}
464+
"""
465+
LINTER_TO_VALIDATION_CONFIG = {}
466+
459467
LINTER_CONFIG_TYPES = {
460468
CppLinterName.ClangFormat: (".clang-format",),
461469
CppLinterName.ClangFormatYT: (".clang-format",),

0 commit comments

Comments
 (0)