| commit | 2435e2ed4600d6db38f451dce6cd440524df7ffc | [log] [tgz] |
|---|---|---|
| author | Sam Rawlins <srawlins@google.com> | Mon Jan 09 19:24:17 2023 -0800 |
| committer | GitHub <noreply@github.com> | Mon Jan 09 19:24:17 2023 -0800 |
| tree | b3bfbe579fc3e63ebf3838cbc26ffd0f0d1b9311 | |
| parent | 82cc71d80b679b8c0e5017cfb3541b732cb05302 [diff] |
Migrate from no-implicit-casts to strict-casts (dart-lang/sse#74)
diff --git a/pkgs/sse/analysis_options.yaml b/pkgs/sse/analysis_options.yaml index 1f65ccf..f370a9d 100644 --- a/pkgs/sse/analysis_options.yaml +++ b/pkgs/sse/analysis_options.yaml
@@ -1,8 +1,8 @@ include: package:lints/recommended.yaml analyzer: - strong-mode: - implicit-casts: false + language: + strict-casts: true errors: dead_code: error unused_element: error