Skip to content

feat: Edit Collection & NFT UI #16436

feat: Edit Collection & NFT UI

feat: Edit Collection & NFT UI #16436

Triggered via pull request November 23, 2024 06:45
Status Failure
Total duration 3m 3s
Artifacts

reviewdog.yml

on: pull_request
runner / eslint
2m 5s
runner / eslint
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
runner / eslint: components/create/Confirm/MintConfirmModal.vue#L132
[eslint] reported by reviewdog 🐶 Expected indentation of 4 spaces Raw Output: {"ruleId":"@stylistic/indent-binary-ops","severity":2,"message":"Expected indentation of 4 spaces","line":132,"column":1,"nodeType":null,"messageId":"wrongIndentation","endLine":132,"endColumn":7,"fix":{"range":[3888,3894],"text":" "}}
runner / eslint: components/create/CreateNft.vue#L566
[eslint] reported by reviewdog 🐶 Expected indentation of 4 spaces Raw Output: {"ruleId":"@stylistic/indent-binary-ops","severity":2,"message":"Expected indentation of 4 spaces","line":566,"column":1,"nodeType":null,"messageId":"wrongIndentation","endLine":566,"endColumn":7,"fix":{"range":[15348,15354],"text":" "}}
runner / eslint: components/profile/activityTab/History.vue#L214
[eslint] reported by reviewdog 🐶 Expected indentation of 12 spaces Raw Output: {"ruleId":"@stylistic/indent-binary-ops","severity":2,"message":"Expected indentation of 12 spaces","line":214,"column":1,"nodeType":null,"messageId":"wrongIndentation","endLine":214,"endColumn":15,"fix":{"range":[5716,5730],"text":" "}}
runner / eslint: components/profile/create/stages/Form.vue#L250
[eslint] reported by reviewdog 🐶 Expected indentation of 8 spaces Raw Output: {"ruleId":"@stylistic/indent-binary-ops","severity":2,"message":"Expected indentation of 8 spaces","line":250,"column":1,"nodeType":null,"messageId":"wrongIndentation","endLine":250,"endColumn":11,"fix":{"range":[6919,6929],"text":" "}}
runner / eslint: components/shared/TransactionSteps/utils.ts#L40
[eslint] reported by reviewdog 🐶 Expected indentation of 4 spaces Raw Output: {"ruleId":"@stylistic/indent-binary-ops","severity":2,"message":"Expected indentation of 4 spaces","line":40,"column":1,"nodeType":null,"messageId":"wrongIndentation","endLine":40,"endColumn":7,"fix":{"range":[1010,1016],"text":" "}}
runner / eslint: utils/math.ts#L45
[eslint] reported by reviewdog 🐶 Expected indentation of 6 spaces Raw Output: {"ruleId":"@stylistic/indent-binary-ops","severity":2,"message":"Expected indentation of 6 spaces","line":45,"column":1,"nodeType":null,"messageId":"wrongIndentation","endLine":45,"endColumn":9,"fix":{"range":[1232,1240],"text":" "}}
runner / eslint
Process completed with exit code 1.
runner / eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/