Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
19 lines
482 B
YAML
19 lines
482 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
linter:
|
|
rules:
|
|
prefer_const_constructors: true
|
|
prefer_const_declarations: true
|
|
prefer_final_locals: true
|
|
avoid_print: false # Allow during development
|
|
use_key_in_widget_constructors: true
|
|
prefer_single_quotes: true
|
|
sort_child_properties_last: true
|
|
use_build_context_synchronously: true
|
|
|
|
analyzer:
|
|
exclude:
|
|
- "**/*.g.dart"
|
|
- "**/*.freezed.dart"
|
|
errors:
|
|
invalid_annotation_target: ignore
|