Skip to content

Commit 844412b

Browse files
committed
Disable lint rules for 2.19
1 parent da46525 commit 844412b

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
@@ -12,13 +12,13 @@ linter:
1212
- only_throw_errors
1313
- comment_references
1414
- library_annotations
15-
- invalid_case_patterns
1615
- combinators_ordering
1716
- always_declare_return_types
1817
- one_member_abstracts
1918
- cancel_subscriptions
2019
- avoid_unused_constructor_parameters
21-
- strict_top_level_inference
20+
# - invalid_case_patterns
21+
# - strict_top_level_inference
2222

2323
analyzer:
2424
exclude:

0 commit comments

Comments
 (0)