blob: 6a33ce2911a023afc470324d3f8f9c2a5620bc76 [file] [log] [blame]
include: package:pedantic/analysis_options.1.9.0.yaml
analyzer:
strong-mode:
implicit-casts: false
errors:
todo: ignore
exclude:
- doc/api/**
- gen/**
- node_modules/**
- test/codegen/**
- test/samples/**
- test/transformer/hello_app/**
linter:
rules:
# Not enforced by pedantic at any version.
- directives_ordering
- prefer_null_aware_operators
- prefer_typing_uninitialized_variables