We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc843ee + 297991c commit cf91dbfCopy full SHA for cf91dbf
CHANGELOG.md
@@ -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
6
## 0.0.9
7
8
- Remove `diagnostic_describe_all_properties` rule
pubspec.yaml
@@ -1,10 +1,12 @@
name: solid_lints
-description: Lints for Dart and Flutter based on software industry standards and best practices.
-version: 0.0.9
+description:
+ Lints for Dart and Flutter based on software industry standards and best
+ practices.
+version: 0.0.10
homepage: https://github.com/solid-software/solid_lints/
environment:
9
sdk: '>=2.14.4 <3.0.0'
10
11
dependencies:
- dart_code_metrics: ^4.9.0
12
+ dart_code_metrics: ^4.10.1
0 commit comments