Skip to content

Commit

Permalink
Fix md
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Feb 18, 2019
1 parent 3d225d6 commit c92a743
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## 1.5.0

- Enforce three new lint rules:
- `[avoid_shadowing_type_parameters]`,
- `[empty_constructor_bodies]`,
- `[slash_for_doc_comments]` - Violations can be cleaned up with
- [`avoid_shadowing_type_parameters`],
- [`empty_constructor_bodies`],
- [`slash_for_doc_comments`] - Violations can be cleaned up with
[the formatter]'s `--fix-doc-comments` flag.

[avoid_shadowing_type_parameters]: http://dart-lang.github.io/linter/lints/avoid_shadowing_type_parameters.html
[empty_constructor_bodies]: http://dart-lang.github.io/linter/lints/empty_constructor_bodies.html
[slash_for_doc_comments]: http://dart-lang.github.io/linter/lints/slash_for_doc_comments.html
[`avoid_shadowing_type_parameters`]: http://dart-lang.github.io/linter/lints/avoid_shadowing_type_parameters.html
[`empty_constructor_bodies`]: http://dart-lang.github.io/linter/lints/empty_constructor_bodies.html
[`slash_for_doc_comments`]: http://dart-lang.github.io/linter/lints/slash_for_doc_comments.html
[the formatter]: https://github.com/dart-lang/dart_style#style-fixes

## 1.4.0
Expand Down

0 comments on commit c92a743

Please sign in to comment.