Skip to content

Commit

Permalink
feat: Bump SDK version to 3.1.0 and add lints.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Oct 31, 2023
1 parent d474ae8 commit ad48c64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.4

- Add:
- Core: (Added together with Dart `3.1.0`)
- `no_self_assignments`
- `no_wildcard_variable_uses`

## 0.4.3

- Update licence bearer and links.
Expand Down
2 changes: 2 additions & 0 deletions lib/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ linter:
- no_leading_underscores_for_library_prefixes
- no_leading_underscores_for_local_identifiers
- no_runtimeType_toString
- no_self_assignments
- no_wildcard_variable_uses
- non_constant_identifier_names
- noop_primitive_operations
- null_check_on_nullable_type_parameter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: words
version: 0.4.3
version: 0.4.4

description: >-
A curated collection of lints for use by Dart packages to ensure
Expand All @@ -10,4 +10,4 @@ repository: https://github.com/vxern/words
issue_tracker: https://github.com/vxern/words/issues

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

0 comments on commit ad48c64

Please sign in to comment.