blob: d88f28825a1dc7c933534e8b630341bc63f1bcb6 [file] [log] [blame]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'package:analyzer/src/dart/error/lint_codes.dart';
export 'package:analyzer/src/lint/linter.dart'
show
dart2_12,
dart3,
dart3_3,
AbstractAnalysisRule,
AnalysisRule,
LintRule,
LinterContext,
MultiAnalysisRule,
NodeLintRegistry;
export 'package:analyzer/src/lint/pub.dart' show PSEntry, PubspecVisitor;
export 'package:analyzer/src/workspace/pub.dart' show PubPackage;
export 'lint_codes.dart';
export 'lint_names.dart';