You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
676 B
28 lines
676 B
dart: |
|
commitHash: 0a567d0 |
|
output: 'lib/src/base.yaml' |
|
disabledRules: |
|
- always_specify_types |
|
- avoid_annotating_with_dynamic |
|
- avoid_as |
|
- avoid_catches_without_on_clauses |
|
- avoid_final_parameters |
|
- avoid_print |
|
- diagnostic_describe_all_properties |
|
- lines_longer_than_80_chars |
|
- no_default_cases |
|
- one_member_abstracts |
|
- prefer_double_quotes |
|
- prefer_relative_imports |
|
- unnecessary_final |
|
preset: |
|
analyzer: |
|
language: |
|
strict-casts: true |
|
strict-raw-types: true |
|
errors: |
|
flutter_style_todos: ignore |
|
todo: ignore |
|
exclude: |
|
- '**.g.dart' |
|
- '**.mocks.dart'
|
|
|