Error on unused ty: ignore comments when dogfooding ty on our own scripts (#22347)

This commit is contained in:
Alex Waygood
2026-01-02 20:27:09 +00:00
committed by GitHub
parent 10a417aaf6
commit 74978cfff2
2 changed files with 2 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ exclude = ["./ty_benchmark"]
[tool.ty.rules]
possibly-unresolved-reference = "error"
division-by-zero = "error"
unused-ignore-comment = "error"

View File

@@ -34,3 +34,4 @@ ignore = [
[tool.ty.rules]
possibly-unresolved-reference = "error"
division-by-zero = "error"
unused-ignore-comment = "error"