Skip to content

Commit 2f1d01b

Browse files
committed
enable strong-mode
1 parent b9aa447 commit 2f1d01b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.analysis_options

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
analyzer:
2-
# Not enabling this yet – need a fix in Mockito
3-
# strong-mode: true
2+
strong-mode: true

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.0+2
2+
3+
* Remove an outdated work-around.
4+
5+
* Make strong-mode clean.
6+
17
## 0.5.0+1
28

39
* Support the latest version of `pkg/build`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 0.5.1-dev
2+
version: 0.5.0+2
33
author: Dart Team <[email protected]>
44
description: Automatic sourcecode generation for Dart
55
homepage: https://github.com/dart-lang/source_gen

0 commit comments

Comments
 (0)