dart-sdk/pkg/dev_compiler/.analysis_options

11 lines
197 B
Plaintext

analyzer:
strong-mode: true
exclude:
- doc/api/**
- gen/**
- node_modules/**
- tool/input_sdk/**
- test/codegen/**
- test/samples/**
- test/transformer/hello_app/**