Skip to content

[Protocol] Centralized Proof & Tokenomics param updating #2157

[Protocol] Centralized Proof & Tokenomics param updating

[Protocol] Centralized Proof & Tokenomics param updating #2157

GitHub Actions / misspell completed May 13, 2024 in 1s

reviewdog [misspell] report

reported by reviewdog 🐶

Findings (14)

docs/static/openapi.yml|5135 col 52| "cancelled" is a misspelling of "canceled"
docs/static/openapi.yml|12703 col 25| "misbehaviour" is a misspelling of "misbehavior"
docs/static/openapi.yml|12714 col 14| "misbehaviour" is a misspelling of "misbehavior"
docs/static/openapi.yml|12715 col 23| "misbehaviour" is a misspelling of "misbehavior"
docs/static/openapi.yml|12893 col 27| "misbehaviour" is a misspelling of "misbehavior"
docs/static/openapi.yml|14330 col 22| "verison" is a misspelling of "version"
docs/static/openapi.yml|15134 col 22| "verison" is a misspelling of "version"
docs/static/openapi.yml|15592 col 24| "verison" is a misspelling of "version"
docs/static/openapi.yml|20426 col 33| "cancelled" is a misspelling of "canceled"
docs/static/openapi.yml|20624 col 29| "cancelled" is a misspelling of "canceled"
docs/static/openapi.yml|23007 col 6| "misbehaviour" is a misspelling of "misbehavior"
docs/static/openapi.yml|23008 col 15| "misbehaviour" is a misspelling of "misbehavior"
docs/static/openapi.yml|23172 col 19| "misbehaviour" is a misspelling of "misbehavior"
docs/static/openapi.yml|24575 col 70| "verison" is a misspelling of "version"

Filtered Findings (35)

x/tokenomics/module/module.go|68 col 65| "marshalled" is a misspelling of "marshaled"
Makefile|111 col 23| "enviornment" is a misspelling of "environment"
x/supplier/module/module.go|68 col 65| "marshalled" is a misspelling of "marshaled"
x/proof/module/module.go|68 col 65| "marshalled" is a misspelling of "marshaled"
x/proof/keeper/msg_server_submit_proof_test.go|710 col 46| "negligable" is a misspelling of "negligible"
x/session/module/module.go|66 col 65| "marshalled" is a misspelling of "marshaled"
x/gateway/module/module.go|68 col 65| "marshalled" is a misspelling of "marshaled"
x/service/module/module.go|68 col 65| "marshalled" is a misspelling of "marshaled"
x/application/module/module.go|68 col 65| "marshalled" is a misspelling of "marshaled"
docs/static/openapi.yml|23813 col 10| "verison" is a misspelling of "version"
docs/static/openapi.yml|24180 col 10| "verison" is a misspelling of "version"
docs/static/openapi.yml|24417 col 12| "verison" is a misspelling of "version"
docusaurus/docs/develop/developer_guide/code_review_guidelines.md|46 col 30| "moreso" is a misspelling of "more"
docusaurus/docs/develop/packages/observable.md|157 col 37| "cancelled" is a misspelling of "canceled"
docusaurus/docs/protocol/primitives/claim_and_proof_lifecycle.md|278 col 20| "ommitted" is a misspelling of "omitted"
pkg/crypto/rings/cache.go|71 col 43| "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|8 col 73| "unrecognised" is a misspelling of "unrecognized"
docusaurus/yarn.lock|244 col 19| "optimise" is a misspelling of "optimize"
docusaurus/yarn.lock|315 col 15| "optimise" is a misspelling of "optimize"
docusaurus/yarn.lock|343 col 19| "optimise" is a misspelling of "optimize"
docusaurus/yarn.lock|649 col 19| "optimise" is a misspelling of "optimize"
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"
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"
docusaurus/package-lock.json|429 col 23| "optimise" is a misspelling of "optimize"
docusaurus/package-lock.json|570 col 32| "optimise" is a misspelling of "optimize"
docusaurus/package-lock.json|616 col 23| "optimise" is a misspelling of "optimize"
docusaurus/package-lock.json|1261 col 23| "optimise" is a misspelling of "optimize"
pkg/relayer/proxy/proxy_test.go|484 col 59| "withing" is a misspelling of "within"
pkg/relayer/session/session.go|235 col 16| "cancelling" is a misspelling of "canceling"
pkg/relayer/config/relayminer_configs_reader.go|38 col 26| "behaviour" is a misspelling of "behavior"

Annotations

Check warning on line 5135 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L5135

"cancelled" is a misspelling of "canceled"
Raw output
./docs/static/openapi.yml:5135:52: "cancelled" is a misspelling of "canceled"

Check warning on line 12703 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L12703

"misbehaviour" is a misspelling of "misbehavior"
Raw output
./docs/static/openapi.yml:12703:25: "misbehaviour" is a misspelling of "misbehavior"

Check warning on line 12714 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L12714

"misbehaviour" is a misspelling of "misbehavior"
Raw output
./docs/static/openapi.yml:12714:14: "misbehaviour" is a misspelling of "misbehavior"

Check warning on line 12715 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L12715

"misbehaviour" is a misspelling of "misbehavior"
Raw output
./docs/static/openapi.yml:12715:23: "misbehaviour" is a misspelling of "misbehavior"

Check warning on line 12893 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L12893

"misbehaviour" is a misspelling of "misbehavior"
Raw output
./docs/static/openapi.yml:12893:27: "misbehaviour" is a misspelling of "misbehavior"

Check warning on line 14330 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L14330

"verison" is a misspelling of "version"
Raw output
./docs/static/openapi.yml:14330:22: "verison" is a misspelling of "version"

Check warning on line 15134 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L15134

"verison" is a misspelling of "version"
Raw output
./docs/static/openapi.yml:15134:22: "verison" is a misspelling of "version"

Check warning on line 15592 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L15592

"verison" is a misspelling of "version"
Raw output
./docs/static/openapi.yml:15592:24: "verison" is a misspelling of "version"

Check warning on line 20426 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L20426

"cancelled" is a misspelling of "canceled"
Raw output
./docs/static/openapi.yml:20426:33: "cancelled" is a misspelling of "canceled"

Check warning on line 20624 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L20624

"cancelled" is a misspelling of "canceled"
Raw output
./docs/static/openapi.yml:20624:29: "cancelled" is a misspelling of "canceled"

Check warning on line 23007 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L23007

"misbehaviour" is a misspelling of "misbehavior"
Raw output
./docs/static/openapi.yml:23007:6: "misbehaviour" is a misspelling of "misbehavior"

Check warning on line 23008 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L23008

"misbehaviour" is a misspelling of "misbehavior"
Raw output
./docs/static/openapi.yml:23008:15: "misbehaviour" is a misspelling of "misbehavior"

Check warning on line 23172 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L23172

"misbehaviour" is a misspelling of "misbehavior"
Raw output
./docs/static/openapi.yml:23172:19: "misbehaviour" is a misspelling of "misbehavior"

Check warning on line 24575 in docs/static/openapi.yml

See this annotation in the file changed.

@github-actions github-actions / misspell

[misspell] docs/static/openapi.yml#L24575

"verison" is a misspelling of "version"
Raw output
./docs/static/openapi.yml:24575:70: "verison" is a misspelling of "version"