| # https://dart.dev/guides/language/analysis-options | |
| include: package:dart_flutter_team_lints/analysis_options.yaml | |
| analyzer: | |
| language: | |
| strict-casts: true | |
| errors: | |
| # For the generated file | |
| lines_longer_than_80_chars: ignore | |
| linter: | |
| rules: | |
| - package_api_docs |