Skip to content

Commit 9a908ef

Browse files
authored
[ty] Enable missing ecosystem analysis rules (#27559)
1 parent 02ce4ba commit 9a908ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/ty-ecosystem.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
# Enable off-by-default rules.
55
[rules]
6+
blanket-ignore-comment = "warn"
67
division-by-zero = "warn"
8+
missing-type-argument = "warn"
79
possibly-missing-attribute = "warn"
810
possibly-missing-import = "warn"
911
possibly-unresolved-reference = "warn"

0 commit comments

Comments
 (0)