Skip to content

Commit

Permalink
Enable and fix the no_literal_bool_comparisons lint
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Oct 15, 2023
1 parent a8e0d17 commit 1f0d70b
Show file tree
Hide file tree
Showing 13 changed files with 1,394 additions and 1,595 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ linter:
- directives_ordering
- invalid_case_patterns
- no_adjacent_strings_in_list
- no_literal_bool_comparisons
- omit_local_variable_types
- only_throw_errors
- package_api_docs
Expand Down
Loading

0 comments on commit 1f0d70b

Please sign in to comment.