[ty] Change default severity for unbound-reference to error (#17936)

This commit is contained in:
Micha Reiser 2025-05-08 17:54:46 +02:00 committed by GitHub
parent d608eae126
commit 6a5533c44c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 51 additions and 51 deletions

View file

@ -1039,7 +1039,7 @@ declare_lint! {
pub(crate) static UNRESOLVED_REFERENCE = {
summary: "detects references to names that are not defined",
status: LintStatus::preview("1.0.0"),
default_level: Level::Warn,
default_level: Level::Error,
}
}