Skip to content

Commit bc0a108

Browse files
authored
[native_*] Enable strict- analyzer errors (#1283)
1 parent 81dd2b4 commit bc0a108

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

pkgs/native_assets_builder/analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ analyzer:
44
errors:
55
todo: ignore
66
language:
7+
strict-casts: true
8+
strict-inference: true
79
strict-raw-types: true
810

911
linter:

pkgs/native_assets_cli/analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ analyzer:
44
errors:
55
todo: ignore
66
language:
7+
strict-casts: true
8+
strict-inference: true
79
strict-raw-types: true
810

911
linter:

pkgs/native_toolchain_c/analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ analyzer:
44
errors:
55
todo: ignore
66
language:
7+
strict-casts: true
8+
strict-inference: true
79
strict-raw-types: true
810

911
linter:

0 commit comments

Comments
 (0)