dart-lang / sdk

The Dart SDK, including the VM, dart2js, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
9.94k stars 1.53k forks source link

[Migration] Restore tests that use package:linter #44737

Open scheglov opened 3 years ago

scheglov commented 3 years ago

We use actual package:linter to verify that package:linter can generate lints, enable or disable them, change severity, etc. But with package:analyzer migrated, including its tests, we cannot import package:linter until it is migrated as well.

For now I will:

  1. Comment out imports of package:linter and registerLintRules() invocations.
  2. Mark corresponding tests as failing.
srawlins commented 3 months ago

@scheglov do you know if this was finished?