mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
9 lines
282 B
YAML
9 lines
282 B
YAML
include: ../../analysis_options.yaml
|
|
|
|
linter:
|
|
rules:
|
|
# TODO(goderbauer): enable when super params are more established and
|
|
# seeing them in the API samples is no longer surprising,
|
|
# https://github.com/flutter/flutter/issues/101068
|
|
use_super_parameters: false
|