@cspell/dict-git
CSpell configuration for GIT.
Last updated a year ago by jason-dent .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @cspell/dict-git 
SYNC missed versions from official npm registry.

CSpell Git Configuration

Configuration for spell checking Git Commit messages.

Requirements

Tool Version
cspell >= 6
Code Spell Checker - Visual Studio Code >= 2

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-git
cspell link add @cspell/dict-git

Uninstall from cspell

cspell link remove @cspell/dict-git

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-git/cspell-ext.json"],
    // …
}

Usage commit-msg

.git/hooks/commit-msg

#!/bin/sh

exec npx cspell --language-id commit-msg $1

License

MIT

Some packages may have other licenses included.

Current Tags

  • 3.0.3                                ...           latest (a month ago)

4 Versions

  • 3.0.3                                ...           a month ago
  • 3.0.0                                ...           a year ago
  • 2.0.0                                ...           2 years ago
  • 1.0.1                                ...           3 years ago
Maintainers (1)
Downloads
Total 1
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

© 2010 - cnpmjs.org x YWFE | Home | YWFE