We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67dff51 commit 7b5f87aCopy full SHA for 7b5f87a
analysis_options.yaml
@@ -23,7 +23,7 @@ linter:
23
# producing the lint.
24
rules:
25
# avoid_print: false # Uncomment to disable the `avoid_print` rule
26
- # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
+ no_literal_bool_comparisons: true
27
prefer_relative_imports: true
28
29
# Additional information about this file can be found at
0 commit comments