Skip to content

Commit cf91dbf

Browse files
Merge pull request #12 from solid-software/release-0.0.10
Release 0.0.10
2 parents fc843ee + 297991c commit cf91dbf

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.10
2+
3+
- Update `dart_code_metrics` dependency to 4.10.1, pin the version
4+
- Ignore `mockito` mocks generated to be alongside source test files
5+
16
## 0.0.9
27

38
- Remove `diagnostic_describe_all_properties` rule

pubspec.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: solid_lints
2-
description: Lints for Dart and Flutter based on software industry standards and best practices.
3-
version: 0.0.9
2+
description:
3+
Lints for Dart and Flutter based on software industry standards and best
4+
practices.
5+
version: 0.0.10
46
homepage: https://github.com/solid-software/solid_lints/
57

68
environment:
79
sdk: '>=2.14.4 <3.0.0'
810

911
dependencies:
10-
dart_code_metrics: ^4.9.0
12+
dart_code_metrics: ^4.10.1

0 commit comments

Comments
 (0)