Files
shorebird/analysis_options.yaml
T
2025-06-12 12:05:42 -05:00

13 lines
299 B
YAML

include: package:very_good_analysis/analysis_options.9.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