-
Notifications
You must be signed in to change notification settings - Fork 67
[scripts] Update to latest versioned-d.ts-tools #2354
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
- Updated package.json to use versioned-d.ts-tools 0.7.0 - Created 50+ config files with proper exclusion settings - Excluded enums, static fields, and specified field patterns - Updated GenerateDocs.sh to use new config files - Fixed JSON BOM issues in config files - Regenerated documentation with new exclusions
|
Learn Build status updates of commit df69533: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit e53dae9: ✅ Validation status: passed
This comment lists only the first 25 files in the pull request. |
This PR takes advantage of the upstream changes to the versioned-d.ts-tools. It uses the config files to set exclusions, instead of relying on hardcoded values.