Skip to content

Removed hardcoded SVGs #9785

Removed hardcoded SVGs

Removed hardcoded SVGs #9785

GitHub Actions / Theme Check Report failed Aug 7, 2024 in 8s

Theme Check Report

268 error(s), 27 warning(s) found

Details

Configuration

Actions Input

Name Value
theme_root .
flags (not provided)
version (not provided)

ThemeCheck Configuration

---
root: "."
require: []
include_categories: []
exclude_categories: []
ignore:
- node_modules/*
extends: :nothing
ConvertIncludeToRender:
  enabled: true
  ignore: []
LiquidTag:
  enabled: true
  ignore: []
  min_consecutive_statements: 5
MissingTemplate:
  enabled: true
  ignore: []
  ignore_missing: []
NestedSnippet:
  enabled: true
  ignore: []
  max_nesting_level: 3
RequiredLayoutThemeObject:
  enabled: true
  ignore: []
SpaceInsideBraces:
  enabled: true
  ignore: []
SyntaxError:
  enabled: true
  ignore: []
TemplateLength:
  enabled: false
  ignore: []
  max_length: 600
  exclude_schema: true
  exclude_stylesheet: true
  exclude_javascript: true
UnknownFilter:
  enabled: true
  ignore: []
UnusedAssign:
  enabled: true
  ignore: []
UnusedSnippet:
  enabled: true
  ignore: []
MatchingSchemaTranslations:
  enabled: true
  ignore: []
MatchingTranslations:
  enabled: false
  ignore: []
DefaultLocale:
  enabled: true
  ignore: []
TranslationKeyExists:
  enabled: true
  ignore: []
ValidHTMLTranslation:
  enabled: true
  ignore: []
ValidJson:
  enabled: true
  ignore: []
ValidSchema:
  enabled: true
  ignore: []
MissingRequiredTemplateFiles:
  enabled: true
  ignore: []
UndefinedObject:
  enabled: true
  ignore: []
  exclude_snippets: true
  config_type: :default
RequiredDirectories:
  enabled: true
  ignore: []
DeprecatedFilter:
  enabled: true
  ignore: []
DeprecateLazysizes:
  enabled: true
  ignore: []
DeprecateBgsizes:
  enabled: true
  ignore: []
MissingEnableComment:
  enabled: true
  ignore: []
ParserBlockingJavaScript:
  enabled: true
  ignore: []
ParserBlockingScriptTag:
  enabled: true
  ignore: []
AssetPreload:
  enabled: true
  ignore: []
AssetSizeJavaScript:
  enabled: false
  threshold_in_bytes: 10000
  ignore: []
AssetSizeCSS:
  enabled: false
  threshold_in_bytes: 100000
  ignore: []
AssetSizeCSSStylesheetTag:
  enabled: false
  threshold_in_bytes: 100000
  ignore: []
ImgWidthAndHeight:
  enabled: true
  ignore: []
RemoteAsset:
  enabled: true
  ignore: []
AssetUrlFilters:
  enabled: true
  ignore: []
ContentForHeaderModification:
  enabled: true
  ignore: []
ImgLazyLoading:
  enabled: true
  ignore: []
HtmlParsingError:
  enabled: true
  ignore: []
AssetSizeAppBlockJavaScript:
  enabled: false
  ignore: []
  threshold_in_bytes: 10000
AssetSizeAppBlockCSS:
  enabled: false
  ignore: []
  threshold_in_bytes: 100000
AppBlockValidTags:
  enabled: false
  ignore: []
PaginationSize:
  enabled: true
  ignore: []
  min_size: 1
  max_size: 50
DeprecatedGlobalAppBlockType:
  enabled: true
SchemaJsonFormat:
  enabled: true
  start_level: 0
  indent: "  "

Annotations

Check warning on line 179 in layout/password.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

layout/password.liquid#L179

[AssetPreload] For better performance, prefer using the preload_tag filter

Check warning on line 184 in layout/password.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

layout/password.liquid#L184

[AssetPreload] For better performance, prefer using the preload_tag filter

Check warning on line 271 in layout/theme.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

layout/theme.liquid#L271

[AssetPreload] For better performance, prefer using the preload_tag filter

Check warning on line 276 in layout/theme.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

layout/theme.liquid#L276

[AssetPreload] For better performance, prefer using the preload_tag filter

Check failure on line 46 in sections/announcement-bar.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/announcement-bar.liquid#L46

[UnknownFilter] Undefined filter `inline_asset_content`

Check failure on line 69 in sections/announcement-bar.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/announcement-bar.liquid#L69

[UnknownFilter] Undefined filter `inline_asset_content`

Check failure on line 105 in sections/announcement-bar.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/announcement-bar.liquid#L105

[UnknownFilter] Undefined filter `inline_asset_content`

Check failure on line 123 in sections/announcement-bar.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/announcement-bar.liquid#L123

[UnknownFilter] Undefined filter `inline_asset_content`

Check notice on line 163 in sections/announcement-bar.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/announcement-bar.liquid#L163

[SchemaJsonFormat] JSON formatting could be improved

Check warning on line 5 in sections/bulk-quick-order-list.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/bulk-quick-order-list.liquid#L5

[NestedSnippet] Too many nested snippets

Check warning on line 5 in sections/bulk-quick-order-list.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/bulk-quick-order-list.liquid#L5

[NestedSnippet] Too many nested snippets

Check notice on line 7 in sections/bulk-quick-order-list.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/bulk-quick-order-list.liquid#L7

[SchemaJsonFormat] JSON formatting could be improved

Check failure on line 2 in sections/cart-icon-bubble.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/cart-icon-bubble.liquid#L2

[UnknownFilter] Undefined filter `inline_asset_content`

Check failure on line 4 in sections/cart-icon-bubble.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/cart-icon-bubble.liquid#L4

[UnknownFilter] Undefined filter `inline_asset_content`

Check warning on line 95 in sections/collage.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collage.liquid#L95

[LiquidTag] Use {% liquid ... %} to write multiple tags

Check failure on line 135 in sections/collage.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collage.liquid#L135

[UnknownFilter] Undefined filter `inline_asset_content`

Check failure on line 179 in sections/collage.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collage.liquid#L179

[UnknownFilter] Undefined filter `inline_asset_content`

Check notice on line 214 in sections/collage.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collage.liquid#L214

[SchemaJsonFormat] JSON formatting could be improved

Check failure on line 88 in sections/collapsible-content.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collapsible-content.liquid#L88

[UnknownFilter] Undefined filter `inline_asset_content`

Check notice on line 109 in sections/collapsible-content.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collapsible-content.liquid#L109

[SchemaJsonFormat] JSON formatting could be improved

Check failure on line 92 in sections/collection-list.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collection-list.liquid#L92

[UnknownFilter] Undefined filter `inline_asset_content`

Check failure on line 106 in sections/collection-list.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collection-list.liquid#L106

[UnknownFilter] Undefined filter `inline_asset_content`

Check notice on line 132 in sections/collection-list.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/collection-list.liquid#L132

[SchemaJsonFormat] JSON formatting could be improved

Check failure on line 35 in sections/contact-form.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/contact-form.liquid#L35

[UnknownFilter] Undefined filter `inline_asset_content`

Check failure on line 41 in sections/contact-form.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/contact-form.liquid#L41

[UnknownFilter] Undefined filter `inline_asset_content`