github streetsidesoftware/cspell v9.6.4

11 hours ago

Fixes

fix: add --no-dictionary option to lint command (#8514)

fix: add --no-dictionary option to lint command (#8514)

Pull request overview

This PR adds the --no-dictionary option to the lint command and refactors the prefixCollect helper function for reuse across commands.

Changes:

  • Moved prefixCollect function from commandTrace.ts to commandHelpers.ts for reuse
  • Added --no-dictionary option to the lint command (hidden, as an alias for --disable-dictionary)
  • Added comprehensive tests for the new option including --dictionary=!words and --no-dictionary=words syntax

fix: Correctly report blocked dictionaries (#8506)

fix: Correctly report blocked dictionaries (#8506)


Don't miss a new cspell release

NewReleases is sending notifications on new releases.