forked from firka/flutter
Enable invalid_runtime_check_with_js_interop_types, use_truncating_division (#153464)
invalid_runtime_check_with_js_interop_types has been added to recommended: 894b5006c4
This commit is contained in:
committed by
GitHub
parent
fafe3df405
commit
4b60bb530f
@@ -114,7 +114,7 @@ linter:
|
||||
- implicit_call_tearoffs
|
||||
- implicit_reopen
|
||||
- invalid_case_patterns
|
||||
# - invalid_runtime_check_with_js_interop_types # not yet tested
|
||||
- invalid_runtime_check_with_js_interop_types
|
||||
# - join_return_with_assignment # not required by flutter style
|
||||
- leading_newlines_in_multiline_strings
|
||||
- library_annotations
|
||||
@@ -256,6 +256,6 @@ linter:
|
||||
- use_super_parameters
|
||||
- use_test_throws_matchers
|
||||
# - use_to_and_as_if_applicable # has false positives, so we prefer to catch this by code-review
|
||||
# - use_truncating_division # not yet tested
|
||||
- use_truncating_division
|
||||
- valid_regexps
|
||||
- void_checks
|
||||
|
||||
Reference in New Issue
Block a user