Skip to content

Commit 3fba812

Browse files
authored
Drop avoid_redundant_argument_values (#845)
This lint is firing for `Uri.http` constructor calls where the `path` argument is now optional. The argument values need to be retained until the min SDK is updated. Drop the lint for now.
1 parent 88f6fc6 commit 3fba812

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ linter:
1313
- avoid_classes_with_only_static_members
1414
- avoid_dynamic_calls
1515
- avoid_private_typedef_functions
16-
- avoid_redundant_argument_values
1716
- avoid_returning_this
1817
- avoid_unused_constructor_parameters
1918
- cascade_invocations

0 commit comments

Comments
 (0)