From 6a25efef8c2b70bb989747b95291d9af6f68702e Mon Sep 17 00:00:00 2001 From: Roberto Doering Date: Sun, 7 Mar 2021 15:55:24 +0100 Subject: [PATCH] Update analysis options --- analysis_options.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index d2b63c9..d520978 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -2,8 +2,3 @@ # projects at Google. For details and rationale, # see https://github.com/dart-lang/pedantic#enabled-lints. include: package:pedantic/analysis_options.yaml - -analyzer: - errors: - # treat missing required parameters as a warning (not a hint) - missing_required_param: warning