Files
shorebird/analysis_options.yaml
T
2025-09-23 15:15:12 -05:00

13 lines
300 B
YAML

include: package:very_good_analysis/analysis_options.10.0.0.yaml
analyzer:
exclude:
- bin/cache/**
- lib/**.g.dart
linter:
rules:
# Experimental and there are lots of false positives
specify_nonobvious_property_types: false
formatter:
page_width: 80
trailing_commas: preserve