Skip to content

Commit

Permalink
fix: disable custom lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckUVeryX committed Apr 2, 2024
1 parent 41dddee commit 59f4cdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ include: package:very_good_analysis/analysis_options.yaml

analyzer:
plugins:
- custom_lint
errors:
# - custom_lint
errors:
invalid_annotation_target: ignore
exclude:
- '**.freezed.dart'
- '**.g.dart'
exclude:
- "**.freezed.dart"
- "**.g.dart"

linter:
rules:
Expand Down

0 comments on commit 59f4cdf

Please sign in to comment.