blob: 350fb8f238c01f6f59dadfdbc88fb0d4b11fb4a9 [file] [log] [blame]
include: package:extra_pedantic/analysis_options.4.0.0.yaml
analyzer:
language:
strict-inference: true
strict-raw-types: true
linter:
rules:
close_sinks: false # This rule has just too many false-positives...
comment_references: true
dangling_library_doc_comments: true
package_api_docs: true
library_annotations: true
literal_only_boolean_expressions: false # Nothing wrong with a little while(true)
parameter_assignments: false
unnecessary_await_in_return: false
no_default_cases: false
prefer_asserts_with_message: false # We only use asserts for library-internal invariants
prefer_final_parameters: false # Too much noise