Skip to content

Merge remote-tracking branch 'upstream/main'

Sign in for the full log view
GitHub Actions / Theme Check Report failed Nov 24, 2023 in 2s

Theme Check Report

18 error(s), 8 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: true
  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: true
  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 failure on line 1 in templates/gift_card.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/gift_card.liquid#L1

[MissingRequiredTemplateFiles] 'templates/gift_card.liquid' or 'templates/gift_card.json' is missing

Check failure on line 1 in templates/customers/account.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/customers/account.liquid#L1

[MissingRequiredTemplateFiles] 'templates/customers/account.liquid' or 'templates/customers/account.json' is missing

Check failure on line 1 in templates/customers/activate_account.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/customers/activate_account.liquid#L1

[MissingRequiredTemplateFiles] 'templates/customers/activate_account.liquid' or 'templates/customers/activate_account.json' is missing

Check failure on line 1 in templates/customers/addresses.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/customers/addresses.liquid#L1

[MissingRequiredTemplateFiles] 'templates/customers/addresses.liquid' or 'templates/customers/addresses.json' is missing

Check failure on line 1 in templates/customers/login.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/customers/login.liquid#L1

[MissingRequiredTemplateFiles] 'templates/customers/login.liquid' or 'templates/customers/login.json' is missing

Check failure on line 1 in templates/customers/order.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/customers/order.liquid#L1

[MissingRequiredTemplateFiles] 'templates/customers/order.liquid' or 'templates/customers/order.json' is missing

Check failure on line 1 in templates/customers/register.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/customers/register.liquid#L1

[MissingRequiredTemplateFiles] 'templates/customers/register.liquid' or 'templates/customers/register.json' is missing

Check failure on line 1 in templates/customers/reset_password.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/customers/reset_password.liquid#L1

[MissingRequiredTemplateFiles] 'templates/customers/reset_password.liquid' or 'templates/customers/reset_password.json' is missing

Check failure on line 1 in templates/list-collections.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/list-collections.liquid#L1

[MissingRequiredTemplateFiles] 'templates/list-collections.liquid' or 'templates/list-collections.json' is missing

Check failure on line 1 in templates/password.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

templates/password.liquid#L1

[MissingRequiredTemplateFiles] 'templates/password.liquid' or 'templates/password.json' is missing

Check warning on line 1 in locales/hi.json

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

locales/hi.json#L1

[MatchingTranslations] Extra translation keys: customer_accounts

Check warning on line 18 in sections/carousel--two-rows.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/carousel--two-rows.liquid#L18

[DeprecatedFilter] Deprecated filter `img_url`, consider using `image_url`

Check warning on line 29 in sections/carousel--two-rows.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/carousel--two-rows.liquid#L29

[DeprecatedFilter] Deprecated filter `img_url`, consider using `image_url`

Check notice on line 36 in sections/carousel--two-rows.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/carousel--two-rows.liquid#L36

[SchemaJsonFormat] JSON formatting could be improved

Check failure on line 18 in sections/carousel--two-rows.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/carousel--two-rows.liquid#L18

[ImgWidthAndHeight] Missing width and height attributes

Check failure on line 29 in sections/carousel--two-rows.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/carousel--two-rows.liquid#L29

[ImgWidthAndHeight] Missing width and height attributes

Check warning on line 18 in sections/carousel--two-rows.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/carousel--two-rows.liquid#L18

[ImgLazyLoading] Use loading="eager" for images visible in the viewport on load and loading="lazy" for others

Check warning on line 29 in sections/carousel--two-rows.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/carousel--two-rows.liquid#L29

[ImgLazyLoading] Use loading="eager" for images visible in the viewport on load and loading="lazy" for others

Check notice on line 43 in sections/dev__background.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/dev__background.liquid#L43

[SchemaJsonFormat] JSON formatting could be improved

Check notice on line 52 in sections/dev__flex-box.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/dev__flex-box.liquid#L52

[SchemaJsonFormat] JSON formatting could be improved

Check notice on line 42 in sections/dev__multi-purpose.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/dev__multi-purpose.liquid#L42

[SchemaJsonFormat] JSON formatting could be improved

Check notice on line 70 in sections/dev__position.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/dev__position.liquid#L70

[SchemaJsonFormat] JSON formatting could be improved

Check warning on line 6 in sections/image-banner.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/image-banner.liquid#L1-L6

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

Check notice on line 4 in sections/image-banner.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/image-banner.liquid#L4

[SpaceInsideBraces] Space missing after ':'

Check notice on line 5 in sections/image-banner.liquid

See this annotation in the file changed.

@github-actions github-actions / Theme Check Report

sections/image-banner.liquid#L5

[SpaceInsideBraces] Space missing after ':'