Skip to content

Commit 9619bfe

Browse files
authored
Update README.md (dart-archive/lints#52)
1 parent e93106e commit 9619bfe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/lints/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ you get static analysis coverage from 29 additional lints. There are, however,
6868
6 lints which the pedantic package includes which are not included in the
6969
predefined lint sets provided by the lints package:
7070
`always_declare_return_types`, `prefer_single_quotes`,
71-
`sort_child_properties_last` (included in [`package:flutter_lints`]),
72-
`unawaited_futures`, `unsafe_html`, and
73-
`use_full_hex_values_for_flutter_colors` (included in [`package:flutter_lints`]).
74-
To keep any of these lints enabled,
71+
`sort_child_properties_last`, `unawaited_futures`, `unsafe_html`, and
72+
`use_full_hex_values_for_flutter_colors` (also included in
73+
[`package:flutter_lints`]). To keep any of these lints enabled,
7574
add them to your [analysis options][customizing static analysis].
7675
7776
## Evolving the lint sets

0 commit comments

Comments
 (0)