Skip to content

Commit

Permalink
Fix avoid_return_types_on_setters in analyzer.
Browse files Browse the repository at this point in the history
R=brianwilkerson@google.com

Change-Id: If7132980451d76c777d3734abbb89ece5ad3e3d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127425
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
  • Loading branch information
scheglov authored and commit-bot@chromium.org committed Dec 6, 2019
1 parent e11cf75 commit 0bca6aa
Show file tree
Hide file tree
Showing 18 changed files with 703 additions and 707 deletions.
1 change: 0 additions & 1 deletion pkg/analyzer/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ analyzer:
# Ignoring "style" lint rules from pedantic for now. There are pre-existing
# violations that need to be cleaned up. Each one can be cleaned up and
# enabled according to the value provided.
avoid_return_types_on_setters: ignore
empty_catches: ignore
prefer_iterable_wheretype: ignore
# TODO(srawlins): At the time of writing, 2600 violations in lib/. The fix
Expand Down
Loading

0 comments on commit 0bca6aa

Please sign in to comment.