From 3a6936161ae0b34f7769273dc3ab8c1569fed705 Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 27 Sep 2024 17:34:20 +0300 Subject: [PATCH] chore: remove redundant analysis error ignore --- analysis_options.yaml | 3 --- flutter_quill_extensions/analysis_options.yaml | 3 --- flutter_quill_test/analysis_options.yaml | 3 --- 3 files changed, 9 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 91ce64695..f9d394db2 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1,9 +1,6 @@ include: package:flutter_lints/flutter.yaml analyzer: - errors: - undefined_prefixed_name: ignore - unsafe_html: ignore linter: rules: always_declare_return_types: true diff --git a/flutter_quill_extensions/analysis_options.yaml b/flutter_quill_extensions/analysis_options.yaml index f1a381720..c0531f74c 100644 --- a/flutter_quill_extensions/analysis_options.yaml +++ b/flutter_quill_extensions/analysis_options.yaml @@ -1,9 +1,6 @@ include: package:flutter_lints/flutter.yaml analyzer: - errors: - undefined_prefixed_name: ignore - unsafe_html: ignore linter: rules: always_declare_return_types: true diff --git a/flutter_quill_test/analysis_options.yaml b/flutter_quill_test/analysis_options.yaml index f1a381720..c0531f74c 100644 --- a/flutter_quill_test/analysis_options.yaml +++ b/flutter_quill_test/analysis_options.yaml @@ -1,9 +1,6 @@ include: package:flutter_lints/flutter.yaml analyzer: - errors: - undefined_prefixed_name: ignore - unsafe_html: ignore linter: rules: always_declare_return_types: true