blob: a4e40fa8514f614eeb7e12e933d78a8d866dabaa [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...
comment_references: true
literal_only_boolean_expressions: false # Nothing wrong with a little while(true)
parameter_assignments: false
unnecessary_await_in_return: false