Skip to content

Commit

Permalink
fix: Wrong option (strong-mode -> language).
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed May 13, 2023
1 parent 45334b0 commit 14442ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.1

- Fix wrong option being defined in `core.yaml` (`strong-mode` instead of
`language`).

## 0.3.0

- Added: (Added together with Dart `2.19.0` in linter version `1.31.0`)
Expand Down
2 changes: 1 addition & 1 deletion lib/core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
analyzer:
strong-mode:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
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: words
version: 0.3.0
version: 0.3.1

description: >-
A curated collection of lints for use by Dart packages to ensure
Expand Down

0 comments on commit 14442ca

Please sign in to comment.