We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3486d55 commit 17c600dCopy full SHA for 17c600d
analysis_options.yaml
@@ -114,7 +114,7 @@ linter:
114
- implicit_call_tearoffs
115
- implicit_reopen
116
- invalid_case_patterns
117
- # - invalid_runtime_check_with_js_interop_types # not yet tested
+ - invalid_runtime_check_with_js_interop_types
118
# - join_return_with_assignment # not required by flutter style
119
- leading_newlines_in_multiline_strings
120
- library_annotations
@@ -256,6 +256,6 @@ linter:
256
- use_super_parameters
257
- use_test_throws_matchers
258
# - 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
+ - use_truncating_division
260
- valid_regexps
261
- void_checks
0 commit comments