From ccca91fda408da45a394b97dfded4bb082757bd9 Mon Sep 17 00:00:00 2001 From: William Artero Date: Sun, 15 Nov 2020 17:07:06 +0100 Subject: [PATCH] chore: cspell CI words --- .vscode/settings.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9de3371..a85e3bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,27 @@ { "cSpell.words": [ + "BUILDKIT", + "Dsonar", + "GOCACHE", + "GOMODCACHE", + "QEMU", + "buildx", "cgraph", + "checkstyle", "configurators", + "coverprofile", + "dockerignore", + "ghaction", + "golangci", + "goreleaser", "graphviz", "kgraph", "kubegraph", + "mkdir", + "opencontainers", "rbac", - "sgraph" + "sgraph", + "sonarsource" ], "search.exclude": { "**/vendor": true,