Skip to content

Commit

Permalink
Update analysis results for 2.19 diagnostic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jan 23, 2023
1 parent f39b400 commit 69d7e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/analysis/analyzer-results-stable.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Analyzing analysis...

error - lib/strict_modes.dart:15:7 - The argument type 'dynamic' can't be assigned to the parameter type 'List<String>'. - argument_type_not_assignable
info - lib/lint.dart:9:19 - Avoid empty statements. - empty_statements
info - lib/lint.dart:9:19 - Unnecessary empty statement. Try removing the empty statement or restructuring the code. - empty_statements
info - lib/lint.dart:17:7 - Close instances of `dart.core.Sink`. - close_sinks
info - lib/strict_modes.dart:22:17 - The type argument(s) of 'Map' can't be inferred. Use explicit type argument(s) for 'Map'. - inference_failure_on_collection_literal
info - lib/strict_modes.dart:33:3 - The generic type 'List<dynamic>' should have explicit type arguments but doesn't. Use explicit type arguments for 'List<dynamic>'. - strict_raw_type
Expand Down
2 changes: 1 addition & 1 deletion src/_guides/language/analysis-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ produces the following warning:
{:.console-output}
<?code-excerpt "analysis/analyzer-results-stable.txt" retain="empty_statements" replace="/lib\/lint.dart/example.dart/g"?>
```nocode
info - example.dart:9:19 - Avoid empty statements. - empty_statements
info - example.dart:9:19 - Unnecessary empty statement. Try removing the empty statement or restructuring the code. - empty_statements
```
</blockquote>

Expand Down

0 comments on commit 69d7e55

Please sign in to comment.