Skip to content

Armored Turtle AFC #755

Armored Turtle AFC

Armored Turtle AFC #755

Triggered via pull request December 17, 2024 22:17
@MG-longshotMG-longshot
synchronize #2089
Status Failure
Total duration 11s
Artifacts

check-pr-title.yml

on: pull_request_target
Validate PR title
2s
Validate PR title
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 11 warnings
Validate PR title
No release type found in pull request title "Armored Turtle AFC". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/ Available types: - fix - feat - perf - refactor - style - locale - docs - test - chore - build - ci - revert
src/components/panels/AfcPanel.vue#L142
The 'laneList' variable inside 'v-for' directive should be replaced with a computed property that returns filtered array instead. You should not mix 'v-for' with 'v-if' (vue/no-use-v-if-with-v-for)
src/components/panels/AfcPanel.vue#L250
Do not access Object.prototype method 'hasOwnProperty' from target object (no-prototype-builtins)
src/components/panels/AfcPanel.vue#L279
Do not access Object.prototype method 'hasOwnProperty' from target object (no-prototype-builtins)
src/components/dialogs/AfcChangeSpoolDialog.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/components/panels/AfcPanel.vue#L283
Do not access Object.prototype method 'hasOwnProperty' from target object (no-prototype-builtins)
src/components/panels/AfcPanel.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/components/ui/FilamentReelEmptyIcon.vue#L2
Parsing error: missing-whitespace-between-attributes (vue/no-parsing-error)
src/components/ui/NightOwlIcon.vue#L3
Parsing error: unexpected-question-mark-instead-of-tag-name (vue/no-parsing-error)
src/components/ui/BoxTurtleIcon.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/components/ui/FilamentReelEmptyIcon.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/components/ui/InfinityIcon.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/components/ui/NightOwlIcon.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/components/ui/SpoolIcon.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
Validate PR title
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
src/components/dialogs/AfcChangeSpoolDialog.vue#L235
'cleanedColor' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/components/panels/AfcPanel.vue#L27
Attribute ":class" should go before "v-on" (vue/attributes-order)
src/components/panels/AfcPanel.vue#L42
Attribute ":class" should go before "v-on" (vue/attributes-order)
src/components/panels/AfcPanel.vue#L108
Attribute ":name" should go before "v-on" (vue/attributes-order)
src/components/panels/AfcPanel.vue#L109
Attribute "class" should go before "v-on" (vue/attributes-order)
src/components/panels/AfcPanel.vue#L134
Attribute ":name" should go before "v-on" (vue/attributes-order)
src/components/panels/AfcPanel.vue#L135
Attribute "class" should go before "v-on" (vue/attributes-order)
src/components/panels/AfcPanel.vue#L142
Attribute "v-if" should go before ":selected" (vue/attributes-order)
src/components/panels/AfcPanel.vue#L153
Attribute "id" should go before "version" (vue/attributes-order)
src/components/ui/NightOwlIcon.vue#L7
Expected a linebreak before this attribute (vue/first-attribute-linebreak)