mirror of https://github.com/flutter/samples.git
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.
24 lines
511 B
24 lines
511 B
include: package:flutter_lints/flutter.yaml
|
|
|
|
analyzer:
|
|
language:
|
|
strict-casts: true
|
|
strict-inference: true
|
|
strict-raw-types: true
|
|
|
|
linter:
|
|
rules:
|
|
- avoid_types_on_closure_parameters
|
|
- avoid_void_async
|
|
- cancel_subscriptions
|
|
- close_sinks
|
|
- directives_ordering
|
|
- package_api_docs
|
|
- package_prefixed_library_names
|
|
- test_types_in_equals
|
|
- throw_in_finally
|
|
- unawaited_futures
|
|
- unnecessary_breaks
|
|
- unnecessary_statements
|
|
- use_super_parameters
|