Skip to content

Commit 17c600d

Browse files
goderbauerpull[bot]
authored andcommitted
Enable invalid_runtime_check_with_js_interop_types, use_truncating_division (flutter#153464)
invalid_runtime_check_with_js_interop_types has been added to recommended: dart-archive/lints@894b500
1 parent 3486d55 commit 17c600d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis_options.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ linter:
114114
- implicit_call_tearoffs
115115
- implicit_reopen
116116
- invalid_case_patterns
117-
# - invalid_runtime_check_with_js_interop_types # not yet tested
117+
- invalid_runtime_check_with_js_interop_types
118118
# - join_return_with_assignment # not required by flutter style
119119
- leading_newlines_in_multiline_strings
120120
- library_annotations
@@ -256,6 +256,6 @@ linter:
256256
- use_super_parameters
257257
- use_test_throws_matchers
258258
# - use_to_and_as_if_applicable # has false positives, so we prefer to catch this by code-review
259-
# - use_truncating_division # not yet tested
259+
- use_truncating_division
260260
- valid_regexps
261261
- void_checks

0 commit comments

Comments
 (0)