From c0125cb44a74dae6fd2cc3888546ebd7e30ce227 Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Mon, 20 May 2019 17:00:45 +0200 Subject: [PATCH] fix bad lint commented out (#33026) --- analysis_options.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 5b6de5da1d..4bb274081c 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -139,10 +139,10 @@ linter: # - prefer_int_literals # not yet tested # - prefer_interpolation_to_compose_strings # not yet tested - prefer_is_empty - # - prefer_is_not_empty # disable until NNBD, see https://github.com/flutter/flutter/pull/32711#issuecomment-492930932 + - prefer_is_not_empty - prefer_iterable_whereType # - prefer_mixin # https://github.com/dart-lang/language/issues/32 - - prefer_null_aware_operators + # - prefer_null_aware_operators # disable until NNBD, see https://github.com/flutter/flutter/pull/32711#issuecomment-492930932 - prefer_single_quotes - prefer_typing_uninitialized_variables - prefer_void_to_null