Skip to content

Commit

Permalink
fix: add configuration for git commit messages (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 8, 2022
1 parent 15995a8 commit 42740a9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const settings = {
'@cspell/dict-filetypes/cspell-ext.json',
'@cspell/dict-fonts/cspell-ext.json',
'@cspell/dict-fullstack/cspell-ext.json',
'@cspell/dict-git/cspell-ext.json',
'@cspell/dict-golang/cspell-ext.json',
'@cspell/dict-haskell/cspell-ext.json',
'@cspell/dict-html/cspell-ext.json',
Expand Down
1 change: 1 addition & 0 deletions packages/cspell-bundled-dicts/cspell-default.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const settings: CSpellSettings = {
'@cspell/dict-filetypes/cspell-ext.json',
'@cspell/dict-fonts/cspell-ext.json',
'@cspell/dict-fullstack/cspell-ext.json',
'@cspell/dict-git/cspell-ext.json',
'@cspell/dict-golang/cspell-ext.json',
'@cspell/dict-haskell/cspell-ext.json',
'@cspell/dict-html/cspell-ext.json',
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@
"@cspell/dict-django": "^2.0.0",
"@cspell/dict-dotnet": "^2.0.1",
"@cspell/dict-elixir": "^2.0.1",
"@cspell/dict-en-gb": "^1.1.33",
"@cspell/dict-en_us": "^2.2.0",
"@cspell/dict-en-gb": "^1.1.33",
"@cspell/dict-filetypes": "^2.0.1",
"@cspell/dict-fonts": "^2.0.0",
"@cspell/dict-fullstack": "^2.0.4",
"@cspell/dict-git": "^1.0.1",
"@cspell/dict-golang": "^2.0.0",
"@cspell/dict-haskell": "^2.0.0",
"@cspell/dict-html": "^3.0.1",
Expand Down

0 comments on commit 42740a9

Please sign in to comment.