mirror of
https://github.com/flutter/samples.git
synced 2025-11-13 19:08:41 +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
|