Skip to content

Commit

Permalink
Fix analysis error
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-duncan committed Aug 27, 2023
1 parent 98ddf4b commit a733173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ linter:
- file_names
- hash_and_equals
- implementation_imports
- iterable_contains_unrelated_type
- collection_methods_unrelated_type
- join_return_with_assignment
- lines_longer_than_80_chars
- list_remove_unrelated_type
- literal_only_boolean_expressions
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
Expand Down

0 comments on commit a733173

Please sign in to comment.