blob: 35a18d40d0e0029c02cb3b8a27a47510b5cddac4 [file] [log] [blame]
include: package:extra_pedantic/analysis_options.yaml
analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
language:
strict-inference: true
strict-raw-types: true
linter:
rules:
close_sinks: false # This rule has just too many false-positives...
literal_only_boolean_expressions: false # Nothing wrong with a little while(true)
parameter_assignments: false
unnecessary_await_in_return: false