1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/jsonexample/analysis_options.yaml
2021-06-07 16:57:21 -07:00

23 lines
534 B
YAML

include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
- lib/json_serializable/*.g.dart
- lib/built_value/*.g.dart
strong-mode:
implicit-casts: false
implicit-dynamic: false
linter:
rules:
avoid_types_on_closure_parameters: true
avoid_void_async: true
cancel_subscriptions: true
close_sinks: true
directives_ordering: true
package_api_docs: true
package_prefixed_library_names: true
test_types_in_equals: true
throw_in_finally: true
unnecessary_statements: true