This repository was archived by the owner on Nov 20, 2024. It is now read-only.
1.34.0
1.34.0
- update
only_throw_errorsto not report on values of typeNever - update
prefer_mixinto handle class mixins - update
unnecessary_null_checksto ignoreFuture.valueand
Completer.complete - fix
unnecessary_parenthesisfalse positives on constant patterns - new lint:
invalid_case_patterns - update
unnecessary_constto handle case patterns - improve handling of null-aware cascades in
unnecessary_parenthesis - update
unreachable_from_mainto report unreachable public static fields,
getters, setters, and methods, that are declared on public classes, mixins,
enums, and extensions