From 1855ed4e6bd64e8ac0cc10b989563e6d4ca58b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Sun, 30 Jun 2024 11:08:34 +0200 Subject: [PATCH] ci: ignore generated files --- analysis_options.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index 6d940d0..edc08b5 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -9,6 +9,9 @@ # packages, and plugins designed to encourage good coding practices. include: package:very_good_analysis/analysis_options.yaml +analyzer: + exclude: [/**/*.g.dart] + linter: # The lint rules applied to this project can be customized in the # section below to disable rules from the `package:flutter_lints/flutter.yaml`