Skip to content

Commit

Permalink
chore(turbopack): Ignore no-vc-struct lint in trybuild proc macro tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bgw committed Dec 20, 2024
1 parent e411fd1 commit 56a4c25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/ast-grep/rules/resolved-vc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ rule:
kind: attribute
regex: '^turbo_tasks::value(\(.*\))?$'
fix: ResolvedVc<$A>

ignores:
- turbopack/crates/turbo-tasks-macros-tests/**/*.rs

0 comments on commit 56a4c25

Please sign in to comment.