From 2a6ba9a3ff74ff690b9a9990c48b98ad2f3a90ef Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Fri, 27 Oct 2023 13:04:06 +0200 Subject: [PATCH] minor changes in analyzer --- analysis_options.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 139cea95..66e21246 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -24,16 +24,18 @@ linter: rules: non_constant_identifier_names: false constant_identifier_names: false - # avoid_print: false # Uncomment to disable the `avoid_print` rule - prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + avoid_print: true + prefer_single_quotes: true sort_pub_dependencies: true avoid_unnecessary_containers: true - + cancel_subscriptions: true analyzer: exclude: - "**/*.g.dart" - "**/*.freezed.dart" + - "*.freezed.dart" + - "*.g.dart" errors: invalid_annotation_target: ignore # Additional information about this file can be found at