Skip to content

Conversation

@azure-sdk
Copy link
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12569 See eng/common workflow

@azure-sdk azure-sdk requested a review from a team as a code owner October 27, 2025 18:48
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels Oct 27, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR synchronizes the eng/common directory with azure-sdk-tools for PR 12569, updating the spell checking tooling to use a newer version of cspell and refactoring the implementation approach. The key changes include:

  • Upgrading cspell from version 6.12.0 to 9.2.1 and removing redundant bundled dictionary dependencies
  • Refactoring Invoke-Cspell.ps1 to accept file lists via stdin instead of using glob patterns
  • Updating the caller script to use the new -FileList parameter

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
eng/common/spelling/package.json Upgrades cspell to version 9.2.1 and simplifies dependencies by removing bundled dictionaries
eng/common/spelling/Invoke-Cspell.ps1 Refactors the script to use stdin-based file input with PowerShell pipeline support instead of glob-based scanning
eng/common/scripts/check-spelling-in-changed-files.ps1 Updates parameter name from ScanGlobs to FileList to align with refactored implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants