Skip to content

Commit

Permalink
fix: fix analyzer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
edson-mgm committed Aug 17, 2023
1 parent 8f5dc07 commit e1a826d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,11 @@ linter:
- hash_and_equals
- implementation_imports
- invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
- iterable_contains_unrelated_type
- collection_methods_unrelated_type
- join_return_with_assignment # not yet tested
- library_names
- library_prefixes
- lines_longer_than_80_chars # not yet tested
- list_remove_unrelated_type
- literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181
- no_adjacent_strings_in_list
- no_duplicate_case_values
Expand Down
3 changes: 1 addition & 2 deletions example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,11 @@ linter:
- hash_and_equals
- implementation_imports
- invariant_booleans # too many false positives: https://github.com/dart-lang/linter/issues/811
- iterable_contains_unrelated_type
- collection_methods_unrelated_type
- join_return_with_assignment # not yet tested
- library_names
- library_prefixes
- lines_longer_than_80_chars # not yet tested
- list_remove_unrelated_type
- literal_only_boolean_expressions # too many false positives: https://github.com/dart-lang/sdk/issues/34181
- no_adjacent_strings_in_list
- no_duplicate_case_values
Expand Down

0 comments on commit e1a826d

Please sign in to comment.