Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Migration review - DO NOT MERGE] Supplier + proof modules #385

Closed
wants to merge 23 commits into from

chore: supplier module review improvements

65e2ac8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

[Migration review - DO NOT MERGE] Supplier + proof modules #385

chore: supplier module review improvements
65e2ac8
Select commit
Loading
Failed to load commit list.
GitHub Actions / misspell completed Feb 21, 2024 in 1s

reviewdog [misspell] report

reported by reviewdog 🐶

Findings (1)

x/supplier/module/module.go|68 col 65| "marshalled" is a misspelling of "marshaled"

Filtered Findings (58)

Makefile|44 col 23| "enviornment" is a misspelling of "environment"
app/export.go|52 col 6| "favour" is a misspelling of "favor"
pkg/crypto/rings/cache.go|81 col 44| "cancelled" is a misspelling of "canceled"
pkg/partials/partials_test.go|44 col 34| "unrecognised" is a misspelling of "unrecognized"
pkg/partials/partials_test.go|51 col 29| "unrecognised" is a misspelling of "unrecognized"
pkg/partials/errors.go|10 col 73| "unrecognised" is a misspelling of "unrecognized"
pkg/polylog/polyzero/logger.go|26 col 56| "analogues" is a misspelling of "analogs"
pkg/polylog/context.go|6 col 8| "independant" is a misspelling of "independent"
pkg/relayer/proxy/proxy_test.go|497 col 59| "withing" is a misspelling of "within"
pkg/relayer/config/relayminer_configs_reader.go|36 col 26| "behaviour" is a misspelling of "behavior"
pkg/client/events/query_client_test.go|116 col 7| "Cancelling" is a misspelling of "Canceling"
pkg/client/events/query_client_test.go|185 col 5| "cancelling" is a misspelling of "canceling"
pkg/client/events/query_client_test.go|229 col 4| "cancelling" is a misspelling of "canceling"
go.sum|1101 col 16| "importas" is a misspelling of "imports"
docusaurus/docs/protocol/claim_and_proof_lifecycle.md|283 col 20| "ommitted" is a misspelling of "omitted"
docusaurus/docs/packages/observable.md|157 col 37| "cancelled" is a misspelling of "canceled"
go.mod|1 col 18| "repostiory" is a misspelling of "repository"
go.mod|4 col 64| "necesary" is a misspelling of "necessary"
docusaurus/yarn.lock|227 col 19| "optimise" is a misspelling of "optimize"
docusaurus/yarn.lock|298 col 15| "optimise" is a misspelling of "optimize"
docusaurus/yarn.lock|326 col 19| "optimise" is a misspelling of "optimize"
docusaurus/yarn.lock|632 col 19| "optimise" is a misspelling of "optimize"
x/application/module.go|59 col 65| "marshalled" is a misspelling of "marshaled"
x/session/module.go|55 col 65| "marshalled" is a misspelling of "marshaled"
x/service/module.go|59 col 65| "marshalled" is a misspelling of "marshaled"
x/gateway/module.go|59 col 65| "marshalled" is a misspelling of "marshaled"
docusaurus/package-lock.json|408 col 23| "optimise" is a misspelling of "optimize"
docusaurus/package-lock.json|549 col 32| "optimise" is a misspelling of "optimize"
docusaurus/package-lock.json|595 col 23| "optimise" is a misspelling of "optimize"
docusaurus/package-lock.json|1240 col 23| "optimise" is a misspelling of "optimize"
x/supplier/module.go|59 col 65| "marshalled" is a misspelling of "marshaled"
x/tokenomics/module.go|55 col 65| "marshalled" is a misspelling of "marshaled"
x/pocket/module.go|59 col 65| "marshalled" is a misspelling of "marshaled"
docs/static/openapi.yml|5906 col 32| "neighbouring" is a misspelling of "neighboring"
docs/static/openapi.yml|12943 col 41| "paramaters" is a misspelling of "parameters"
docs/static/openapi.yml|44670 col 44| "verison" is a misspelling of "version"
docs/static/openapi.yml|44674 col 49| "utilised" is a misspelling of "utilized"
docs/static/openapi.yml|44677 col 44| "utilising" is a misspelling of "utilizing"
docs/static/openapi.yml|45070 col 32| "verison" is a misspelling of "version"
docs/static/openapi.yml|45074 col 47| "utilised" is a misspelling of "utilized"
docs/static/openapi.yml|45077 col 42| "utilising" is a misspelling of "utilizing"
docs/static/openapi.yml|51984 col 16| "neighbouring" is a misspelling of "neighboring"
docs/static/openapi.yml|55475 col 64| "neighbouring" is a misspelling of "neighboring"
docs/static/openapi.yml|55504 col 12| "neighbouring" is a misspelling of "neighboring"
docs/static/openapi.yml|60101 col 33| "paramaters" is a misspelling of "parameters"
docs/static/openapi.yml|76381 col 12| "verison" is a misspelling of "version"
docs/static/openapi.yml|76385 col 35| "utilised" is a misspelling of "utilized"
docs/static/openapi.yml|76388 col 30| "utilising" is a misspelling of "utilizing"
docs/static/openapi.yml|76503 col 12| "verison" is a misspelling of "version"
docs/static/openapi.yml|76507 col 35| "utilised" is a misspelling of "utilized"
docs/static/openapi.yml|76510 col 30| "utilising" is a misspelling of "utilizing"
docs/static/openapi.yml|77094 col 16| "verison" is a misspelling of "version"
docs/static/openapi.yml|77098 col 39| "utilised" is a misspelling of "utilized"
docs/static/openapi.yml|77101 col 34| "utilising" is a misspelling of "utilizing"
docs/static/openapi.yml|77231 col 22| "verison" is a misspelling of "version"
docs/static/openapi.yml|77235 col 41| "utilised" is a misspelling of "utilized"
docs/static/openapi.yml|77238 col 36| "utilising" is a misspelling of "utilizing"
docs/static/openapi.yml|77377 col 70| "verison" is a misspelling of "version"

Annotations

Check warning on line 68 in x/supplier/module/module.go

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] x/supplier/module/module.go#L68

"marshalled" is a misspelling of "marshaled"
Raw output
./x/supplier/module/module.go:68:65: "marshalled" is a misspelling of "marshaled"