Skip to content

Commit 9bf7d22

Browse files
cspell (#3332)
### Changes Add spell checker to pre-commit with custom dictionary Moved some config to `.ci` folder, to clean root ### Reason for changes #3318
1 parent b4cbfe7 commit 9bf7d22

File tree

34 files changed

+598
-94
lines changed

34 files changed

+598
-94
lines changed

.ci/cspell.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ignorePaths": ["../ReleaseNotes.md"],
3+
4+
"dictionaryDefinitions": [
5+
{
6+
"name": "nncf",
7+
"path": "cspell_dict.txt",
8+
"addWords": true
9+
}
10+
],
11+
"dictionaries": ["nncf", "python", "latex", "softwareTerms", "en_US", "en-gb", "filetype", "bash"]
12+
}

0 commit comments

Comments
 (0)