Skip to content

Commit

Permalink
various tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglabenz committed Apr 1, 2024
1 parent 078155f commit 9f1fa87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mediapipe-core/lib/src/interface/containers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'package:equatable/equatable.dart';
///
/// Category is a util class that contains a [categoryName], its [displayName],
/// a float value as [score], and the [index] of the label in the corresponding
/// label file. It is Typically used as result of classification or detection
/// label file. It is typically used as result of classification or detection
/// tasks.
///
/// See more:
Expand Down
3 changes: 3 additions & 0 deletions tool/builder/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
include: package:lints/recommended.yaml

analyzer:
errors:
todo: ignore

0 comments on commit 9f1fa87

Please sign in to comment.