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 83453c7 commit f39da00Copy full SHA for f39da00
lib/src/model.dart
@@ -607,13 +607,13 @@ class PkgDependency extends Object
607
608
@JsonSerializable()
609
class Health extends Object with _$HealthSerializerMixin {
610
- /// Whether runnnig `dartanalyzer` was successful.
+ /// Whether running `dartanalyzer` was successful.
611
final bool analyzeProcessFailed;
612
613
- /// Whether runnnig `dartfmt` was successful.
+ /// Whether running `dartfmt` was successful.
614
final bool formatProcessFailed;
615
616
- /// Whether runnnig `pub upgrade` was successful.
+ /// Whether running `pub upgrade` was successful.
617
final bool resolveProcessFailed;
618
619
/// The number of errors from `dartanalyzer`.
0 commit comments