Skip to content

Commit

Permalink
Update to linter 1.18.0, shipped with Dart 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 26, 2022
1 parent 661911f commit 41f01ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,12 @@ linter:
# https://dart-lang.github.io/linter/lints/unnecessary_lambdas.html
# - unnecessary_lambdas

# Top-level and static variables with initializers are already evaluated lazily as if they are marked late
#
# Linter v1.17
# https://dart-lang.github.io/linter/lints/unnecessary_late.html
- unnecessary_late

# Remove the optional `new` keyword
#
# https://dart-lang.github.io/linter/lints/unnecessary_new.html
Expand Down

0 comments on commit 41f01ac

Please sign in to comment.