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

@@ -202,7 +202,7 @@ type Between struct {
}
// In represents the RHS of an IN expression. The RHS can be a list-literal
// (i.e. enclosed in parantheses like `IN (1,2,4)`) or it could be a JSON path
// (i.e. enclosed in parentheses like `IN (1,2,4)`) or it could be a JSON path
// expression (as in `8.5 IN s.nested[*][*]`). Specifically, it cannot be an
// `Expression` as an expression can never evaluate to a list.
type In struct {

View File

@@ -41,7 +41,7 @@ func TestJSONPathElement(t *testing.T) {
// Index
"[2]", "[0]", "[100]",
// Object wilcard
// Object wildcard
".*",
// array wildcard