File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 # Only check markdown files
1717 files : ' **/*.md'
18- incremental_files_only : false
18+ incremental_files_only : false # TODO revert once working
19+ config : " cspell.json"
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json" ,
3+ "version" : " 0.2" ,
4+ "language" : " en" ,
5+ "dictionaryDefinitions" : [
6+ {
7+ "name" : " kata-terms" ,
8+ "path" : " ./kata-dictionary.txt" ,
9+ "addWords" : true
10+ }
11+ ],
12+ "dictionaries" : [
13+ " en_US" ,
14+ " go" ,
15+ " rust" ,
16+ " kata-terms"
17+ ],
18+ "ignorePaths" : [
19+ " .git/**" ,
20+ " cspell.json" ,
21+ " kata-dictionary.txt"
22+ ],
23+ "useGitignore" : true
24+ }
Original file line number Diff line number Diff line change 1+ kata
2+ katacontainers
You can’t perform that action at this time.
0 commit comments