acamarata_lints/lib/acamarata_lints.dart

12 lines
387 B
Dart

/// Shared Dart and Flutter lint rules for acamarata packages.
///
/// This library exports nothing. Lint rules are applied by including
/// the analysis_options.yaml file in your project:
///
/// ```yaml
/// # In your analysis_options.yaml:
/// include: package:acamarata_lints/analysis_options.yaml
/// ```
///
/// See the package README for the full rule list and rationale.
library;