Skip to content

Commit 18dfec1

Browse files
committed
ignore codespell warning
1 parent ac82f93 commit 18dfec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/configuration/unknown_keys_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func TestLevenshtein(t *testing.T) {
1111
want int
1212
}{
1313
{"fan", "fans", 1},
14-
{"platorm", "platform", 1},
14+
{"platorm", "platform", 1}, // codespell:ignore
1515
{"sensors", "sensor", 1},
1616
{"same", "same", 0},
1717
}

0 commit comments

Comments
 (0)