From 52fb89714c5a4b0afe0d90f51f46b499557830d7 Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Thu, 16 Sep 2021 09:19:02 -0700 Subject: [PATCH] Update README.md (#52) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db0340f..8cebaaa 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,9 @@ you get static analysis coverage from 29 additional lints. There are, however, 6 lints which the pedantic package includes which are not included in the predefined lint sets provided by the lints package: `always_declare_return_types`, `prefer_single_quotes`, -`sort_child_properties_last` (included in [`package:flutter_lints`]), -`unawaited_futures`, `unsafe_html`, and -`use_full_hex_values_for_flutter_colors` (included in [`package:flutter_lints`]). -To keep any of these lints enabled, +`sort_child_properties_last`, `unawaited_futures`, `unsafe_html`, and +`use_full_hex_values_for_flutter_colors` (also included in +[`package:flutter_lints`]). To keep any of these lints enabled, add them to your [analysis options][customizing static analysis]. ## Evolving the lint sets