-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.pre-commit-config.yaml
: Add the CSpell spell checker
Signed-off-by: Bernhard Kaindl <[email protected]>
- Loading branch information
1 parent
32078a8
commit e5288a1
Showing
4 changed files
with
251 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,217 @@ | ||
codecov | ||
abstractmethod | ||
accessorclass | ||
actrc | ||
addopts | ||
answerfile | ||
authhandler | ||
autolinks | ||
autouse | ||
binstr | ||
biosdevname | ||
booleaness | ||
bootdir | ||
builtins | ||
caplog | ||
CLOEXEC | ||
cmdline | ||
CodeCov | ||
configparser | ||
covcombine | ||
covcp | ||
coveragerc | ||
coverallsapp | ||
cpio | ||
cpiofile | ||
cpioinfo | ||
crashkernel | ||
curstate | ||
datamodel | ||
deadsnakes | ||
dinfo | ||
diskutil | ||
distutils | ||
DOTQUAD | ||
drule | ||
dunder | ||
editenv | ||
eliloader | ||
ENOENT | ||
ENVLOGDIR | ||
errkey | ||
errmsg | ||
eths | ||
euxv | ||
extlinux | ||
EXTLINUX | ||
faulthandler | ||
fcoe | ||
filehandle | ||
Filesyste | ||
FilesystemAccessor | ||
filterwarnings | ||
fstype | ||
ftpaccessor | ||
ftpserver | ||
getpid | ||
getpreferredencoding | ||
getuid | ||
grubdir | ||
grubenv | ||
hardlinks | ||
host-cpu-tune | ||
hpet | ||
httpaccessor | ||
httpserver | ||
hwdata | ||
ibft | ||
icdiff | ||
ifrename | ||
igmp | ||
inputtext | ||
intify | ||
isort | ||
keywrd | ||
kname | ||
koji | ||
kwargs | ||
lastboot | ||
laststate | ||
levelname | ||
lfile | ||
libc | ||
libexec | ||
linkname | ||
linktext | ||
localftpserver | ||
logbuf | ||
ltex | ||
lzma | ||
MACPCI | ||
markdownlint | ||
mboot | ||
mdreport | ||
Mellanox | ||
memoryhelper | ||
menuentry | ||
minidom | ||
mountingaccessor | ||
mountpoint | ||
multiboot | ||
mypy | ||
Navi | ||
nektos | ||
netdev | ||
netns | ||
newc | ||
newdefault | ||
newhw | ||
NEWNET | ||
nfspath | ||
nics | ||
nodelist | ||
nodocker | ||
nolvm | ||
noqueue | ||
norules | ||
oldstate | ||
ord | ||
organisation | ||
outerr | ||
outkey | ||
passman | ||
pathexists | ||
pciids | ||
pcis | ||
pcpus | ||
pipx | ||
Popen | ||
ppns | ||
precheck | ||
proc | ||
pvsproxy | ||
pycache | ||
pyenv | ||
pyfakefs | ||
pylance | ||
pyliblzma | ||
pylint | ||
Pylint | ||
pylintrc | ||
pylzma | ||
pyproject | ||
pyright | ||
pytest | ||
PYTHONDEVMODE | ||
pythonpath | ||
PYTHONWARNINGS | ||
pytype | ||
qdisc | ||
qlen | ||
Radeon | ||
rckey | ||
readbuffer | ||
readline | ||
repofiles | ||
REPOMD | ||
retcode | ||
retrans | ||
rulefile | ||
sbdf | ||
SBDF | ||
sbdfi | ||
setdefault | ||
setenv | ||
SETFD | ||
setuptools | ||
shellcheck | ||
signoff | ||
somestring | ||
sourcery | ||
srule | ||
strerror | ||
stringio | ||
subcls | ||
subdevice | ||
subvendor | ||
sysconfig | ||
tboot | ||
Tboot | ||
templatedir | ||
testfile | ||
testpaths | ||
textiowrapper | ||
timeo | ||
tmpfs | ||
tmultiboot | ||
tname | ||
tokenless | ||
Traceback | ||
treeinfo | ||
ucode | ||
ucontext | ||
uidmap | ||
urllib | ||
usecase | ||
usecases | ||
vcpus | ||
vcputune | ||
venv | ||
verhash | ||
vfat | ||
videoclass | ||
virtualenv | ||
virtualenvs | ||
virutalenv | ||
VPRO | ||
workdir | ||
xapi | ||
XAPI | ||
XCP-ng | ||
xcp-python-libs | ||
xcptestlib | ||
xelogging | ||
xenopsd | ||
XenServer | ||
xensource | ||
xmldoc | ||
xmlunwrap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// http://cspell.org/docs/getting-started/#2-add-words-to-the-project-dictionary | ||
{ | ||
"version": "0.2", | ||
"language": "en-GB,en-US", | ||
"dictionaryDefinitions": [ | ||
{ | ||
"name": "cspell-workspace-dictionary", | ||
"path": ".vscode/ltex.dictionary.en-US.txt", | ||
"addWords": true | ||
} | ||
], | ||
"dictionaries": ["cspell-workspace-dictionary"], | ||
"ignorePaths": [ | ||
".actrc", | ||
".pylintrc", | ||
"Makefile", | ||
"pyproject.toml", | ||
"stubs/", | ||
"tests/xcptestlib_unshare.py", | ||
"tox.ini", | ||
"xcp/cpiofile.py", | ||
"xcp/net/ifrename/dynamic.py", | ||
"xcp/net/ifrename/logic.py", | ||
"xcp/net/ifrename/util.py", | ||
"xcp/net/ip.py", | ||
"xcp/repository.py", | ||
"xcp-python-libs.spec.in" | ||
], | ||
"ignoreRegExpList": [ | ||
// exclude regular expressions from re.compile(pattern) | ||
"re.compile(.*)", | ||
// exclude MAC addresses | ||
"MAC(.*)" | ||
], | ||
"ignoreWords": [ | ||
// In a log message, fix in final commit | ||
"Succesfully", | ||
// Volume label used in tests | ||
"vgdorj", | ||
// Unclear words in test method names | ||
"nosrules", | ||
"rshp", | ||
"siobuff", | ||
// Used to test an invalid quad | ||
"efgh", | ||
"ijkl" | ||
] | ||
} |