Skip to content

Commit

Permalink
remove redundant experiment (dart-lang#31)
Browse files Browse the repository at this point in the history
* remove redundant experiment

* bump dev version

* bump dev version
  • Loading branch information
pq authored Nov 11, 2020
1 parent 4933cef commit e2ce5e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.1.0-nullsafety.4-dev

## 1.1.0-nullsafety.3

* Update SDK constraints to `>=2.12.0-0 <3.0.0` based on beta release
Expand Down
3 changes: 0 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ analyzer:
strong-mode:
implicit-casts: false

enable-experiment:
- non-nullable

linter:
rules:
- avoid_bool_literals_in_conditional_expressions
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: string_scanner
version: 1.1.0-nullsafety.3
version: 1.1.0-nullsafety.4-dev

description: A class for parsing strings using a sequence of patterns.
homepage: https://github.com/dart-lang/string_scanner
Expand Down

0 comments on commit e2ce5e2

Please sign in to comment.