Files
sdk/pkg/wasm_builder/analysis_options.yaml
T
Kevin Moore a820015bb5 [wasm_builder] enable and fix some new lints
dart_flutter_team_lints is more thorough and used in most ecosystem packages
I ignored some of the ones with the most violations

Change-Id: I825203b1a60ed44d6190aaa59bfce2a18af8bc82
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/473540
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2026-01-16 04:56:01 -08:00

10 lines
262 B
YAML

include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
errors:
lines_longer_than_80_chars: ignore
omit_local_variable_types: ignore
only_throw_errors: ignore
prefer_const_constructors: ignore
prefer_single_quotes: ignore