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
prefixCollectfunction fromcommandTrace.tstocommandHelpers.tsfor reuse - Added
--no-dictionaryoption to the lint command (hidden, as an alias for--disable-dictionary) - Added comprehensive tests for the new option including
--dictionary=!wordsand--no-dictionary=wordssyntax