mirror of
https://github.com/acamarata/acamarata_lints.git
synced 2026-06-30 18:54:24 +00:00
12 lines
387 B
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;
|