-
Notifications
You must be signed in to change notification settings - Fork 455
ci: add custom ast-grep linting rule #14376
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
Conversation
|
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 265 ± 1 ms. The average import time from base is: 268 ± 3 ms. The import time difference between this PR and base is: -2.19 ± 0.1 ms. Import time breakdownThe following import paths have shrunk:
|
Performance SLOsCandidate: brettlangdon/ast-grep.rules (a957239) 🔵 No Baseline Data (24 suites)🔵 coreapiscenario - 12/12 (2 unstable)🔵 No baseline data available for this suite
|
This PR adds ast-grep with a custom rule to prevent internal usage of the
ddtrace.trace.Pin
API. PR #14361 deprecated the API and we want to be sure no one adds internal usage of this API as we intend to remove it (and currently it will add a warning, which we don't want users to see)Checklist
Reviewer Checklist