Refactor ring, sign, and relay functionality #20
reviewdog [misspell] report
reported by reviewdog 🐶
Findings (4)
account.go|51 col 94| "interfce" is a misspelling of "interface"
session.go|91 col 50| "explict" is a misspelling of "explicit"
session.go|128 col 27| "specifed" is a misspelling of "specified"
relay.go|13 col 43| "marshalled" is a misspelling of "marshaled"
Filtered Findings (2)
types/response.go|40 col 22| "marshalling" is a misspelling of "marshaling"
types/request.go|37 col 22| "marshalling" is a misspelling of "marshaling"
Annotations
Check warning on line 51 in account.go
github-actions / misspell
[misspell] account.go#L51
"interfce" is a misspelling of "interface"
Raw output
./account.go:51:94: "interfce" is a misspelling of "interface"
Check warning on line 91 in session.go
github-actions / misspell
[misspell] session.go#L91
"explict" is a misspelling of "explicit"
Raw output
./session.go:91:50: "explict" is a misspelling of "explicit"
Check warning on line 128 in session.go
github-actions / misspell
[misspell] session.go#L128
"specifed" is a misspelling of "specified"
Raw output
./session.go:128:27: "specifed" is a misspelling of "specified"
Check warning on line 13 in relay.go
github-actions / misspell
[misspell] relay.go#L13
"marshalled" is a misspelling of "marshaled"
Raw output
./relay.go:13:43: "marshalled" is a misspelling of "marshaled"