Skip to content

Commit c0c7f3f

Browse files
authored
Fix dartlang.org links and add a missing dartfmt lint (#62)
1 parent aec311b commit c0c7f3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Revert change in `0.10.0`. `stackTrace` must be an instance of `StackTrace`.
3838
Use the `Trace` class from the [stack_trace package][] to convert strings.
3939

40-
[stack_trace package]: https://pub.dartlang.org/packages/stack_trace
40+
[stack_trace package]: https://pub.dev/packages/stack_trace
4141

4242
## 0.10.0
4343

@@ -48,4 +48,3 @@
4848
* Added optional `LogRecord.zone` field.
4949

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://travis-ci.org/dart-lang/logging.svg?branch=master)](https://travis-ci.org/dart-lang/logging)
2-
[![Pub](https://img.shields.io/pub/v/logging.svg)](https://pub.dartlang.org/packages/logging)
2+
[![Pub](https://img.shields.io/pub/v/logging.svg)](https://pub.dev/packages/logging)
33

44
## Initializing
55

analysis_options.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ linter:
4747
- prefer_conditional_assignment
4848
- prefer_const_constructors
4949
- prefer_final_fields
50+
- prefer_generic_function_type_aliases
5051
- prefer_initializing_formals
5152
- prefer_interpolation_to_compose_strings
5253
- prefer_single_quotes

0 commit comments

Comments
 (0)