Fix codespell warnings, add codespell to ci

The two exceptions I had to add to codespellrc are:
 - CLOS (used by intelrtd);
 - creat (syscall name used in tests/integration/testdata/seccomp_*.json).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-08-10 20:00:09 -07:00
parent e53e97a875
commit 75761bccf7
16 changed files with 30 additions and 17 deletions
+3
View File
@@ -0,0 +1,3 @@
[codespell]
skip = ./vendor,./.git
ignore-words-list = clos,creat