From 016370625b0b7a4e5dd37fc4271815bd6925c5bf Mon Sep 17 00:00:00 2001 From: Aleksey Kulikov Date: Tue, 5 Jul 2022 18:00:35 +0300 Subject: [PATCH] style: stricter linting --- analysis_options.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index 9b00425..fe612a1 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -4,6 +4,7 @@ analyzer: language: strict-casts: true strict-raw-types: true + strict-inference: true exclude: - lib/src/bindings/libgit2_bindings.dart