mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
9 lines
129 B
YAML
9 lines
129 B
YAML
include: ../../analysis_options.yaml
|
|
|
|
analyzer:
|
|
exclude: [lib/src/**.g.dart]
|
|
|
|
linter:
|
|
rules:
|
|
sort_pub_dependencies: true
|