Skip to content

Commit 3ce64a3

Browse files
authored
Enable and fix the no_literal_bool_comparisons lint (#3527)
* Enable and fix the no_literal_bool_comparisons lint * Update manual test as well * Undo compiled JS changes * Add back trailing comma
1 parent 4c12f81 commit 3ce64a3

12 files changed

+440
-434
lines changed

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ linter:
2626
- directives_ordering
2727
- invalid_case_patterns
2828
- no_adjacent_strings_in_list
29+
- no_literal_bool_comparisons
2930
- omit_local_variable_types
3031
- only_throw_errors
3132
- package_api_docs

0 commit comments

Comments
 (0)