Skip to content

v9.6.4

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Feb 08:55
· 41 commits to main since this release

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)