drift/examples/migrations_example/analysis_options.yaml

8 lines
134 B
YAML
Raw Normal View History

2022-08-13 14:33:05 -07:00
include: package:lints/recommended.yaml
2021-05-15 01:42:15 -07:00
analyzer:
2022-08-13 14:33:05 -07:00
exclude:
2021-05-15 01:42:15 -07:00
- "test/generated/**"
2022-08-13 14:33:05 -07:00
- "lib/src/generated/**"
- "**/*.g.dart"