a820015bb5
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>
10 lines
262 B
YAML
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
|