af5e3aaab9
Until recently, everything in rule_context.dart was found in linter.dart. That file was broken up [1]. That file previously had a lot of exports; it was a sort of barrel file for lint rules. In order to make that change "minimal," (it was still huge), I retained some of the exports. Now we're in the process of removing those exports. In this change, I remove the exports for `rule_state.dart` and `linter_visitor.dart`. This doesn't affect too many files. [1]: https://github.com/dart-lang/sdk/commit/438b560e44659cebf73bccba3ecf968806477c5c Change-Id: I83110b22a07186560f6c853f033e070ac050ecd1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/445123 Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>