From 169519e88e974f79fe16bfe3457fdaa384a09809 Mon Sep 17 00:00:00 2001 From: "Quek, Yao Jing" Date: Wed, 20 Sep 2023 11:15:10 +0800 Subject: [PATCH] ignore rohd-vf-example --- analysis_options.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index 1a48e912c..beb61aaab 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -6,6 +6,8 @@ analyzer: strict-casts: true strict-inference: true strict-raw-types: true + exclude: + - doc/tutorials/chapter_9\rohd_vf_example # keep up to date, matching https://dart-lang.github.io/linter/lints/options/options.html # some lints are not yet available, so disabled and marked with [not currently recognized]