Skip to content

Commit

Permalink
Fix dartlang.org links and add a missing dartfmt lint (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jun 18, 2019
1 parent aec311b commit c0c7f3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* Revert change in `0.10.0`. `stackTrace` must be an instance of `StackTrace`.
Use the `Trace` class from the [stack_trace package][] to convert strings.

[stack_trace package]: https://pub.dartlang.org/packages/stack_trace
[stack_trace package]: https://pub.dev/packages/stack_trace

## 0.10.0

Expand All @@ -48,4 +48,3 @@
* Added optional `LogRecord.zone` field.

* Record current zone (or user specified zone) when creating new `LogRecord`s.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/dart-lang/logging.svg?branch=master)](https://travis-ci.org/dart-lang/logging)
[![Pub](https://img.shields.io/pub/v/logging.svg)](https://pub.dartlang.org/packages/logging)
[![Pub](https://img.shields.io/pub/v/logging.svg)](https://pub.dev/packages/logging)

## Initializing

Expand Down
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ linter:
- prefer_conditional_assignment
- prefer_const_constructors
- prefer_final_fields
- prefer_generic_function_type_aliases
- prefer_initializing_formals
- prefer_interpolation_to_compose_strings
- prefer_single_quotes
Expand Down

0 comments on commit c0c7f3f

Please sign in to comment.