Skip to content

Commit 0cd3196

Browse files
authored
Verify spelling fixes pass check-spelling
2 parents 2c1a630 + 2c8c50b commit 0cd3196

File tree

4 files changed

+195
-0
lines changed

4 files changed

+195
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ignore$
2+
^LICENSE
3+
^\.github/
4+
\.mod$
5+
\.sum$
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
aananth
2+
aarch
3+
aktau
4+
amd
5+
api
6+
apimachinery
7+
apiserver
8+
apps
9+
args
10+
aryann
11+
asc
12+
asciinema
13+
Atoi
14+
baltocdn
15+
baltorepo
16+
batcave
17+
botkube
18+
buf
19+
bufio
20+
CGO
21+
changestyles
22+
circleci
23+
ckind
24+
config
25+
COPYFILE
26+
coreos
27+
crepo
28+
CURDIR
29+
cygpath
30+
Cygwin
31+
databus
32+
debian
33+
dest
34+
diffing
35+
difflib
36+
diffs
37+
Dockerfile
38+
downloader
39+
elif
40+
endif
41+
errexit
42+
Errorf
43+
esac
44+
euo
45+
exe
46+
exitcode
47+
expr
48+
Fatalf
49+
filepath
50+
flagset
51+
Fprintf
52+
Fprintln
53+
freebsd
54+
func
55+
Getenv
56+
ghodss
57+
github
58+
GOARCH
59+
godoc
60+
gofmt
61+
golang
62+
golint
63+
google
64+
GOPATH
65+
gopkg
66+
goreportcard
67+
govet
68+
grep
69+
grpc
70+
gsub
71+
hapi
72+
helmhome
73+
helmpath
74+
homedir
75+
hostname
76+
href
77+
http
78+
idx
79+
ifndef
80+
img
81+
infracloudio
82+
ioutil
83+
Itoa
84+
json
85+
jvx
86+
kcatstack
87+
keyring
88+
kube
89+
kubeconfig
90+
kubernetes
91+
lastest
92+
ldflags
93+
len
94+
linux
95+
lname
96+
macos
97+
metadata
98+
mgutz
99+
mingw
100+
mkdir
101+
msys
102+
mygroup
103+
namespace
104+
nc
105+
nginx
106+
nounset
107+
objs
108+
openapi
109+
OSX
110+
pem
111+
pipefail
112+
plugin
113+
png
114+
postgresql
115+
prebuild
116+
printf
117+
Println
118+
pwd
119+
README
120+
regexp
121+
rpc
122+
semver
123+
serializer
124+
Setenv
125+
spf
126+
Sprintf
127+
src
128+
stderr
129+
Stdin
130+
Stdout
131+
strconv
132+
stretchr
133+
strvals
134+
subcontent
135+
Submatch
136+
sudo
137+
svg
138+
tarball
139+
technosophos
140+
testdata
141+
tgz
142+
tls
143+
TLSCa
144+
tlscfg
145+
tlsopts
146+
tlsutil
147+
tmp
148+
tmpfile
149+
tpl
150+
trimpath
151+
ubuntu
152+
uname
153+
unmarshal
154+
url
155+
usr
156+
vals
157+
versioned
158+
wdf
159+
wget
160+
wholename
161+
WORKDIR
162+
www
163+
xargs
164+
xzv
165+
yaml
166+
YAMLTo
167+
zcvf
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# <word>v#
2+
[Vv]\d+(?:\b|(?=[a-zA-Z_]))
3+
# tar arguments
4+
\b(?:)tar(?:\s+-[a-zA-Z]+|\s[a-z]+)+

.github/workflows/spelling.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Spell checking
2+
on:
3+
pull_request_target:
4+
push:
5+
issue_comment:
6+
pull_request_review_comment:
7+
8+
jobs:
9+
build:
10+
name: Spell checking
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/[email protected]
14+
with:
15+
ref: ${{ github.event.pull_request.head.sha }}
16+
fetch-depth: 0
17+
- uses: check-spelling/check-spelling@prerelease
18+
with:
19+
experimental_apply_changes_via_bot: 1

0 commit comments

Comments
 (0)