|
| 1 | +## 1.6.0 |
| 2 | + |
| 3 | +- Enforce six new lint rules: |
| 4 | + |
| 5 | + - [`curly_braces_in_flow_control_structures`] |
| 6 | + - [`empty_catches`] |
| 7 | + - [`library_names`] |
| 8 | + - [`library_prefixes`] |
| 9 | + - [`type_init_formals`] |
| 10 | + - [`unnecessary_null_in_if_null_operators`] |
| 11 | + |
| 12 | +[`curly_braces_in_flow_control_structures`]: https://dart-lang.github.io/linter/lints/curly_braces_in_flow_control_structures.html |
| 13 | +[`empty_catches`]: https://dart-lang.github.io/linter/lints/empty_catches.html |
| 14 | +[`library_names`]: https://dart-lang.github.io/linter/lints/library_names.html |
| 15 | +[`library_prefixes`]: https://dart-lang.github.io/linter/lints/library_prefixes.html |
| 16 | +[`type_init_formals`]: https://dart-lang.github.io/linter/lints/type_init_formals.html |
| 17 | +[`unnecessary_null_in_if_null_operators`]: https://dart-lang.github.io/linter/lints/unnecessary_null_in_if_null_operators.html |
| 18 | + |
1 | 19 | ## 1.5.0 |
2 | 20 |
|
3 | 21 | - Enforce three new lint rules: |
| 22 | + |
4 | 23 | - [`avoid_shadowing_type_parameters`], |
5 | 24 | - [`empty_constructor_bodies`], |
6 | 25 | - [`slash_for_doc_comments`] - Violations can be cleaned up with |
7 | 26 | [the formatter]'s `--fix-doc-comments` flag. |
8 | 27 |
|
9 | | -[`avoid_shadowing_type_parameters`]: http://dart-lang.github.io/linter/lints/avoid_shadowing_type_parameters.html |
10 | | -[`empty_constructor_bodies`]: http://dart-lang.github.io/linter/lints/empty_constructor_bodies.html |
11 | | -[`slash_for_doc_comments`]: http://dart-lang.github.io/linter/lints/slash_for_doc_comments.html |
| 28 | +[`avoid_shadowing_type_parameters`]: https://dart-lang.github.io/linter/lints/avoid_shadowing_type_parameters.html |
| 29 | +[`empty_constructor_bodies`]: https://dart-lang.github.io/linter/lints/empty_constructor_bodies.html |
| 30 | +[`slash_for_doc_comments`]: https://dart-lang.github.io/linter/lints/slash_for_doc_comments.html |
12 | 31 | [the formatter]: https://github.com/dart-lang/dart_style#style-fixes |
13 | 32 |
|
14 | 33 | ## 1.4.0 |
|
0 commit comments