Skip to content

Commit

Permalink
Don't run generator on failing files
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Sep 18, 2023
1 parent c1b23b5 commit ff42712
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/riverpod_lint_flutter_test/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
targets:
$default:
builders:
riverpod_generator:
generate_for:
exclude:
# Those files voluntarily have the generation fail
- test/goldens/fixes/notifier_build.dart
- test/goldens/lints/notifier_build.dart

0 comments on commit ff42712

Please sign in to comment.