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.
30 lines
714 B
30 lines
714 B
1 year ago
|
dart:
|
||
|
commitHash: 0a567d0
|
||
|
output: 'lib/dart.yaml'
|
||
|
disabledRules:
|
||
|
- always_specify_types
|
||
|
- avoid_annotating_with_dynamic
|
||
|
- avoid_as
|
||
|
- avoid_catches_without_on_clauses
|
||
|
- avoid_catching_errors
|
||
|
- avoid_classes_with_only_static_members
|
||
|
- 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
|
||
|
errors:
|
||
|
flutter_style_todos: ignore
|
||
|
todo: ignore
|
||
|
exclude:
|
||
|
- '**.g.dart'
|
||
|
- '**.mocks.dart'
|