From d2edf76d70c065c285d44dc20c40b4f6bcc6e140 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Wed, 2 Jun 2021 08:02:15 +1000 Subject: [PATCH] [flutter_lints]: analyzer_options.yaml -> analysis_options.yaml (#368) --- packages/flutter_lints/CHANGELOG.md | 4 ++++ packages/flutter_lints/README.md | 4 ++-- packages/flutter_lints/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/flutter_lints/CHANGELOG.md b/packages/flutter_lints/CHANGELOG.md index b7b3ea9268..f5e0977c7b 100644 --- a/packages/flutter_lints/CHANGELOG.md +++ b/packages/flutter_lints/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 + +* More small updates to readme + ## 1.0.2 * Small updates to readme diff --git a/packages/flutter_lints/README.md b/packages/flutter_lints/README.md index 4ea4be757c..c0eef11735 100644 --- a/packages/flutter_lints/README.md +++ b/packages/flutter_lints/README.md @@ -20,11 +20,11 @@ these instructions: 1. Depend on this package as a **dev_dependency** by running `flutter pub add --dev flutter_lints`. -2. Create an `analyzer_options.yaml` file at the root of the package (alongside +2. Create an `analysis_options.yaml` file at the root of the package (alongside the `pubspec.yaml` file) and `include: package:flutter_lints/flutter.yaml` from it. -Example `analyzer_options.yaml` file: +Example `analysis_options.yaml` file: ```yaml # This file configures the analyzer, which statically analyzes Dart code to diff --git a/packages/flutter_lints/pubspec.yaml b/packages/flutter_lints/pubspec.yaml index 84b3468b3f..5e1386b699 100644 --- a/packages/flutter_lints/pubspec.yaml +++ b/packages/flutter_lints/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_lints description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices. -version: 1.0.2 +version: 1.0.3 homepage: https://github.com/flutter/packages/tree/master/packages/flutter_lints environment: