-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcspell.yaml
More file actions
46 lines (46 loc) · 1 KB
/
cspell.yaml
File metadata and controls
46 lines (46 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: "0.2"
language: en_US
dictionaries:
- chef
- inspec-docs
- docs
dictionaryDefinitions:
- name: chef
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt
description: Custom Chef Dictionary
- name: docs
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/docs.txt
description: Custom Docs Dictionary
- name: inspec-docs
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/inspec-docs.txt
description: Custom InSpec Docs Dictionary
flagWords:
- hte
ignorePaths:
- "**/*.yml"
- "**/*.toml"
- "**/*.svg"
- archetypes/**/*
- _vendor/**/*
- cspell.json
- public/**
- resources/**
- node_modules/**/*
patterns:
- name: markdown_code_links
pattern: \]\([\w|\/|#|\.|_|\-]+\)
ignoreRegExpList:
- href
- Urls
- /'s\b/
- /'d\b/
- /^\s*```[\s\S]*?^\s*```/gm
- "{{(.+)(?=}})"
words:
- TCPS
- tnsnames
- sqlcmd
languageSettings:
- languageId: markdown
ignoreRegExpList:
- markdown_code_links