Skip to content

Commit

Permalink
Spelling: Remove deprecated --no-install, replace with --no
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored and azure-sdk committed Sep 20, 2024
1 parent 6b9ea4f commit ffd53d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/spelling/Invoke-Cspell.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ try {
npm ci | Write-Host

# Use the mutated configuration file when calling cspell
$command = "npx cspell $JobType --config $CSpellConfigPath --no-must-find-files --root $SpellCheckRoot --relative"
$command = "npx --no cspell $JobType --config $CSpellConfigPath --no-must-find-files --root $SpellCheckRoot --relative"
Write-Host $command
$cspellOutput = npx `
--no-install `
--no `
cspell `
$JobType `
--config $CSpellConfigPath `
Expand Down

0 comments on commit ffd53d5

Please sign in to comment.