mirror of
https://github.com/rommapp/romm.git
synced 2025-12-22 10:27:13 +00:00
fix:trunk fmt
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
|
||||
version: 0.1
|
||||
cli:
|
||||
version: 1.22.9
|
||||
version: 1.22.10
|
||||
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
|
||||
plugins:
|
||||
sources:
|
||||
- id: trunk
|
||||
ref: v1.6.6
|
||||
ref: v1.6.7
|
||||
uri: https://github.com/trunk-io/plugins
|
||||
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
|
||||
runtimes:
|
||||
@@ -18,25 +18,25 @@ runtimes:
|
||||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
||||
lint:
|
||||
enabled:
|
||||
- markdownlint@0.43.0
|
||||
- eslint@9.18.0
|
||||
- markdownlint@0.44.0
|
||||
- eslint@9.20.1
|
||||
- actionlint@1.7.7
|
||||
- bandit@1.8.2
|
||||
- black@24.10.0
|
||||
- checkov@3.2.357
|
||||
- black@25.1.0
|
||||
- checkov@3.2.370
|
||||
- git-diff-check
|
||||
- isort@5.13.2
|
||||
- mypy@1.14.1
|
||||
- isort@6.0.0
|
||||
- mypy@1.15.0
|
||||
- osv-scanner@1.9.2
|
||||
- oxipng@9.1.3
|
||||
- prettier@3.4.2
|
||||
- ruff@0.9.3
|
||||
- prettier@3.5.1
|
||||
- ruff@0.9.6
|
||||
- shellcheck@0.10.0
|
||||
- shfmt@3.6.0
|
||||
- svgo@3.3.2
|
||||
- taplo@0.9.3
|
||||
- trivy@0.58.2
|
||||
- trufflehog@3.88.2
|
||||
- trivy@0.59.1
|
||||
- trufflehog@3.88.8
|
||||
- yamllint@1.35.1
|
||||
ignore:
|
||||
- linters: [ALL]
|
||||
|
||||
@@ -74,7 +74,12 @@ const secondSmallCover = computed(() => memoizedCovers.value.small[1]);
|
||||
<template>
|
||||
<v-avatar :rounded="0" :size="size">
|
||||
<div class="image-container" :style="{ aspectRatio: 1 / 1 }">
|
||||
<template v-if="collectionsStore.isVirtualCollection(collection) || !collection.path_cover_large">
|
||||
<template
|
||||
v-if="
|
||||
collectionsStore.isVirtualCollection(collection) ||
|
||||
!collection.path_cover_large
|
||||
"
|
||||
>
|
||||
<div class="split-image first-image">
|
||||
<v-img
|
||||
cover
|
||||
|
||||
Reference in New Issue
Block a user