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`