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.
1 parent f1ec97d commit 19a5b99Copy full SHA for 19a5b99
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.17
2
+
3
+- Lock DCM version as they switch to proprietary license.
4
5
## 0.0.16
6
7
- Update `dart_code_metrics` dependency to 5.7.3
pubspec.yaml
@@ -2,11 +2,12 @@ name: solid_lints
description:
Lints for Dart and Flutter based on software industry standards and best
practices.
-version: 0.0.16
+version: 0.0.17
homepage: https://github.com/solid-software/solid_lints/
8
environment:
9
sdk: '>=2.14.4 <4.0.0'
10
11
dependencies:
12
- dart_code_metrics: ^5.7.3
+ # 5.7.6 has proprietary license so we will not use it
13
+ dart_code_metrics: '>=5.7.3 <=5.7.5'
0 commit comments