We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc71646 commit fd3e813Copy full SHA for fd3e813
analysis_options.yaml
@@ -14,8 +14,10 @@ linter:
14
- avoid_function_literals_in_foreach_calls
15
- avoid_init_to_null
16
- avoid_null_checks_in_equality_operators
17
+ - avoid_relative_lib_imports
18
- avoid_return_types_on_setters
19
- avoid_returning_null
20
+ - avoid_types_as_parameter_names
21
- avoid_unused_constructor_parameters
22
- await_only_futures
23
- camel_case_types
@@ -72,4 +74,5 @@ linter:
72
74
- unnecessary_statements
73
75
- unnecessary_this
76
- unrelated_type_equality_checks
77
+ - use_rethrow_when_possible
78
- valid_regexps
0 commit comments