Skip to content

Commit

Permalink
chore: remove redundant analysis error ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Sep 27, 2024
1 parent 5087258 commit 3a69361
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions flutter_quill_extensions/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions flutter_quill_test/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3a69361

Please sign in to comment.