mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-15 16:10:17 +00:00
[ty] Change default severity for unbound-reference
to error
(#17936)
This commit is contained in:
parent
d608eae126
commit
6a5533c44c
4 changed files with 51 additions and 51 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue