mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:35 +00:00
Implement F822 (#94)
This commit is contained in:
parent
e9412c9452
commit
6bb6cb1783
8 changed files with 101 additions and 36 deletions
|
@ -12,6 +12,7 @@ fn main() {
|
|||
CheckKind::ReturnOutsideFunction,
|
||||
CheckKind::UndefinedLocal("...".to_string()),
|
||||
CheckKind::UndefinedName("...".to_string()),
|
||||
CheckKind::UndefinedExport("...".to_string()),
|
||||
CheckKind::UnusedImport("...".to_string()),
|
||||
CheckKind::UnusedVariable("...".to_string()),
|
||||
CheckKind::UselessObjectInheritance("...".to_string()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue