Skip to content

v5.12.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 16:15
· 2722 commits to main since this release

Changes

Update cspell.code-workspace (#1848)

Update cspell.code-workspace (#1848)

Sort the workspace folders by name.


docs: Update cspell README with new commands (#1841)

docs: Update cspell README with new commands (#1841)


Fixes

fix: Use the repository root by default when no root is specified. (#1851)

fix: Use the repository root by default when no root is specified. (#1851)

The integration repositories are clean and should not contain any extra files. If the --gitignore option ignores any of those files, then something is wrong. This check would have caught #1846.

Changes:

  • fix: Use repository root by default.
  • fix: Add a simple cli to cspell-gitignore.
  • fix: Update README to reflect CLI
  • fix: Update PHP snapshot to reflect the ignored files.
    The ignored files are ignored by .gitignore but they are checked into the repo.
  • test: make sure the integration files checked do not change with .gitignore

fix: Fix `.gitignore` glob matching (#1847)

fix: Fix .gitignore glob matching (#1847)

Fixes two issues:

  • fix #1846

    *.py,cover
  • And another where the following .gitignore lines were not matching directories:

    */node_modules
    **/coverage

dev: support legacy words (#1843)

dev: support legacy words (#1843)


dev: Support Legacy dictionary type (#1840)

dev: Support Legacy dictionary type (#1840)

Each line in the file will be split based upon simple code splitting rules.