Skip to content

Commit 1f7cf2b

Browse files
committed
feat: update lints
1 parent f872908 commit 1f7cf2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ field:
2121
b: 6
2222
```
2323
- Update min Dart SDK version constraint from `2.12.0` to `3.0.0`
24+
- Update `lints: ^2.0.1` to `lints: ^3.0.0`
2425

2526
BREAKING CHANGES:
2627
- `YAMLWriter` renamed to `YamlWriter` ([Effective Dart reference](https://dart.dev/effective-dart/style#do-capitalize-acronyms-and-abbreviations-longer-than-two-letters-like-words)).

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: ">=3.0.0 <4.0.0"
88

99
dev_dependencies:
10-
lints: ^2.0.1
10+
lints: ^3.0.0
1111
test: ^1.22.0
1212
dependency_validator: ^3.2.2
1313
coverage: ^1.6.1

0 commit comments

Comments
 (0)