Skip to content

Commit

Permalink
fix(ci): deactivate broken experimental lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gbassisp committed Dec 15, 2024
1 parent 4414108 commit 8d521ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ include: package:very_good_analysis/analysis_options.yaml

analyzer:
exclude:
- example/*
- example/*

linter:
rules:
use_late_for_private_fields_and_variables: false

0 comments on commit 8d521ce

Please sign in to comment.