add codespell action (#18818)

Original work here, #18474,  refixed and updated.
This commit is contained in:
Harshavardhana
2024-01-17 23:03:17 -08:00
committed by GitHub
parent 21d60eab7c
commit dd2542e96c
125 changed files with 230 additions and 202 deletions

View File

@@ -34,7 +34,7 @@ func TestCrossDeviceMountPaths(t *testing.T) {
successCase := `/dev/0 /path/to/0/1 type0 flags 0 0
/dev/1 /path/to/1 type1 flags 1 1
/dev/2 /path/to/1/2 type2 flags,1,2=3 2 2
/dev/3 /path/to/1.1 type3 falgs,1,2=3 3 3
/dev/3 /path/to/1.1 type3 flags,1,2=3 3 3
`
var err error
dir := t.TempDir()
@@ -83,7 +83,7 @@ func TestCrossDeviceMount(t *testing.T) {
successCase := `/dev/0 /path/to/0/1 type0 flags 0 0
/dev/1 /path/to/1 type1 flags 1 1
/dev/2 /path/to/1/2 type2 flags,1,2=3 2 2
/dev/3 /path/to/1.1 type3 falgs,1,2=3 3 3
/dev/3 /path/to/1.1 type3 flags,1,2=3 3 3
`
var err error
dir := t.TempDir()