Skip to content

Commit 7b5f87a

Browse files
gnpricechrisbobbe
authored andcommitted
lint: Enable no_literal_bool_comparisons
Docs: https://dart.dev/tools/linter-rules/no_literal_bool_comparisons
1 parent 67dff51 commit 7b5f87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ linter:
2323
# producing the lint.
2424
rules:
2525
# avoid_print: false # Uncomment to disable the `avoid_print` rule
26-
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
26+
no_literal_bool_comparisons: true
2727
prefer_relative_imports: true
2828

2929
# Additional information about this file can be found at

0 commit comments

Comments
 (0)