feat(EquipList): init EquipList
widget
#79
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
runner / eslint
58s
runner / vue_tsc
44s
Annotations
10 errors
runner / eslint:
src/entries/EquipList.ts#L1
[eslint] reported by reviewdog 🐶
Replace `'virtual:uno.css'` with `"virtual:uno.css";`
Raw Output:
{"ruleId":"prettier/prettier","severity":2,"message":"Replace `'virtual:uno.css'` with `\"virtual:uno.css\";`","line":1,"column":8,"nodeType":null,"messageId":"replace","endLine":1,"endColumn":25,"fix":{"range":[7,24],"text":"\"virtual:uno.css\";"}}
|
runner / eslint:
src/entries/EquipList.ts#L1
[eslint] reported by reviewdog 🐶
Strings must use doublequote.
Raw Output:
{"ruleId":"quotes","severity":2,"message":"Strings must use doublequote.","line":1,"column":8,"nodeType":"Literal","messageId":"wrongQuotes","endLine":1,"endColumn":25,"fix":{"range":[7,24],"text":"\"virtual:uno.css\""}}
|
runner / eslint:
src/entries/EquipList.ts#L1
[eslint] reported by reviewdog 🐶
Missing semicolon.
Raw Output:
{"ruleId":"semi","severity":2,"message":"Missing semicolon.","line":1,"column":25,"nodeType":"ImportDeclaration","messageId":"missingSemi","endLine":2,"endColumn":1,"fix":{"range":[24,24],"text":";"}}
|
runner / eslint:
src/entries/EquipList.ts#L2
[eslint] reported by reviewdog 🐶
There should be at least one empty line between import groups
Raw Output:
{"ruleId":"import/order","severity":2,"message":"There should be at least one empty line between import groups","line":2,"column":1,"nodeType":"ImportDeclaration","endLine":2,"endColumn":32,"fix":{"range":[56,56],"text":"\n"}}
|
runner / eslint:
src/entries/EquipList.ts#L2
[eslint] reported by reviewdog 🐶
Replace `'vue'` with `"vue";`
Raw Output:
{"ruleId":"prettier/prettier","severity":2,"message":"Replace `'vue'` with `\"vue\";`","line":2,"column":27,"nodeType":null,"messageId":"replace","endLine":2,"endColumn":32,"fix":{"range":[51,56],"text":"\"vue\";"}}
|
runner / eslint:
src/entries/EquipList.ts#L2
[eslint] reported by reviewdog 🐶
Strings must use doublequote.
Raw Output:
{"ruleId":"quotes","severity":2,"message":"Strings must use doublequote.","line":2,"column":27,"nodeType":"Literal","messageId":"wrongQuotes","endLine":2,"endColumn":32,"fix":{"range":[51,56],"text":"\"vue\""}}
|
runner / eslint:
src/entries/EquipList.ts#L2
[eslint] reported by reviewdog 🐶
Missing semicolon.
Raw Output:
{"ruleId":"semi","severity":2,"message":"Missing semicolon.","line":2,"column":32,"nodeType":"ImportDeclaration","messageId":"missingSemi","endLine":3,"endColumn":1,"fix":{"range":[56,56],"text":";"}}
|
runner / eslint:
src/entries/EquipList.ts#L3
[eslint] reported by reviewdog 🐶
There should be at least one empty line between import groups
Raw Output:
{"ruleId":"import/order","severity":2,"message":"There should be at least one empty line between import groups","line":3,"column":1,"nodeType":"ImportDeclaration","endLine":3,"endColumn":36,"fix":{"range":[92,92],"text":"\n"}}
|
runner / eslint:
src/entries/EquipList.ts#L3
[eslint] reported by reviewdog 🐶
Replace `'pinia'` with `"pinia";`
Raw Output:
{"ruleId":"prettier/prettier","severity":2,"message":"Replace `'pinia'` with `\"pinia\";`","line":3,"column":29,"nodeType":null,"messageId":"replace","endLine":3,"endColumn":36,"fix":{"range":[85,92],"text":"\"pinia\";"}}
|
runner / eslint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.saobby.my.eu.orgmunity/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|