commit | 66d3f985dca1ac16f0a5a8f9080e987b9dc35c86 | [log] [tgz] |
---|---|---|
author | Sam Rawlins <srawlins@google.com> | Mon Jan 09 21:32:29 2023 -0800 |
committer | GitHub <noreply@github.com> | Mon Jan 09 21:32:29 2023 -0800 |
tree | ef08b70eb92ff48d2f1bb983a9527beb296be5d1 | |
parent | 901d98b1de1070c70df82f2623bbf8e22ffaa5e8 [diff] |
Migrate from no-implicit-casts to strict-casts (dart-lang/glob#68)
diff --git a/pkgs/glob/analysis_options.yaml b/pkgs/glob/analysis_options.yaml index 46eee41..be8060d 100644 --- a/pkgs/glob/analysis_options.yaml +++ b/pkgs/glob/analysis_options.yaml
@@ -1,8 +1,8 @@ include: package:lints/recommended.yaml analyzer: - strong-mode: - implicit-casts: false + language: + strict-casts: true linter: rules: