mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The `flutter_analyzer_plugin` implements rules previously enforced by the `dev/bots/analyze.dart` check run on the CI, allowing for earlier detection of custom lint violations before a change is uploaded for review. Currently, the plugin implements the following rules: - avoid_future_catch_error - no_double_clamp - no_stopwatches - protect_public_state_subtypes - render_box_intrinsics Towards https://github.com/flutter/flutter/issues/175276
21 lines
342 B
YAML
21 lines
342 B
YAML
name: flutter_analyzer_plugin
|
|
description: Custom analysis rules for flutter/flutter
|
|
version: 0.0.1
|
|
publish_to: none
|
|
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: ^3.7.0
|
|
|
|
dependencies:
|
|
analysis_server_plugin: any
|
|
analyzer: any
|
|
path: any
|
|
|
|
dev_dependencies:
|
|
analyzer_testing: any
|
|
test_reflective_loader: any
|
|
|
|
# PUBSPEC CHECKSUM: jdpqac
|