Implement F822 (#94)

This commit is contained in:
Charlie Marsh 2022-09-03 12:08:26 -04:00 committed by GitHub
parent e9412c9452
commit 6bb6cb1783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 101 additions and 36 deletions

View file

@ -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()),