-
Notifications
You must be signed in to change notification settings - Fork 909
use common link checker and fix links #7733
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
base: main
Are you sure you want to change the base?
Conversation
@trask same approach as agent |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7733 +/- ##
=========================================
Coverage 90.16% 90.16%
Complexity 7190 7190
=========================================
Files 814 814
Lines 21702 21702
Branches 2125 2125
=========================================
Hits 19568 19568
Misses 1467 1467
Partials 667 667 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
05d39bc
to
e51e86f
Compare
[tasks."lint:links"] | ||
file = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-contrib/refs/heads/main/.mise/tasks/lint/links.sh" | ||
|
||
[tasks."lint:local-links"] | ||
file = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-contrib/refs/heads/main/.mise/tasks/lint/local-links.sh" | ||
|
||
[tasks."lint:links-in-modified-files"] | ||
file = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-contrib/refs/heads/main/.mise/tasks/lint/links-in-modified-files.sh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably ideally these files would live in this (the "core") repo, since that's the direction most of our other dependencies flow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe the spec repo if the approach proves to be successful?
Either way, we'd have to adjust all repos that pull the files before we remove it in contrib
Co-authored-by: Trask Stalnaker <[email protected]>
No description provided.