-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gitea-vet to v0.2.1 #12282
Update gitea-vet to v0.2.1 #12282
Conversation
blocked by #11646 |
blocked by #12286 |
This comment has been minimized.
This comment has been minimized.
can we ignore old migrations and only apply this rule to newer ones? it feels very wrong and error-prone to go back and re-write dozens of old migrations that have been working for a while |
@mrsdizzie at this point this are indirect dependencys for example on v70: the So my suggestion where: for dependencys: ignores structs and just deny direct imports for structs |
Just ignore the previous is better I think. Maybe we need a white list for these files on vet to do that. |
Codecov Report
@@ Coverage Diff @@
## master #12282 +/- ##
=======================================
Coverage 43.76% 43.76%
=======================================
Files 631 631
Lines 69870 69870
=======================================
+ Hits 30580 30582 +2
+ Misses 34338 34336 -2
Partials 4952 4952
Continue to review full report at Codecov.
|
🚀 |
as title