dart-sdk/pkg/native_stack_traces/analysis_options.yaml
Kevin Moore 3816e247c5 pkg:native_stack_trace - enable and fix a few more lints
Change-Id: I1c0c572bc87480a8f935c51965423f0d5fbe6d0f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216692
Auto-Submit: Kevin Moore <kevmoo@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
Reviewed-by: Tess Strickland <sstrickl@google.com>
2021-10-14 07:35:43 +00:00

9 lines
178 B
YAML

include: package:lints/recommended.yaml
linter:
rules:
- avoid_dynamic_calls
- directives_ordering
- prefer_expression_function_bodies
- sort_pub_dependencies