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 fd28be2 commit d6370fbCopy full SHA for d6370fb
pkgs/firehose/CHANGELOG.md
@@ -1,6 +1,7 @@
1
## 0.12.1-wip
2
3
- Make the PR health output less verbose by collapsing warnings by default.
4
+- Bump dart_apitool to fix errors with equal types being reported as different.
5
6
## 0.12.0
7
pkgs/firehose/lib/src/health/health.dart
@@ -17,7 +17,7 @@ import 'changelog.dart';
17
import 'coverage.dart';
18
import 'license.dart';
19
20
-const apiToolHash = '4377249ec08f0fa508298077eae236f24f315e19';
+const apiToolHash = '8654b768219d5707cdade72fdd80cf915e9d46b8';
21
22
enum Check {
23
license('License Headers', 'license'),
0 commit comments