blob: f63caed72cf9aaef98a0420e28f85b089e680c0f [file] [log] [blame]
// Copyright (c) 2019, 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.
import 'package:linter/src/analyzer.dart';
final experiments = <LintRule>[];
void registerLintRuleExperiments() {
experiments.forEach(Analyzer.facade.register);
}