Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c760634

Browse files
committed
Linting fixes
1 parent 3f2ab7d commit c760634

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_plugins/page-params/redirect_23.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2023 Adobe
22
# All Rights Reserved.
3-
#
3+
#
44
# NOTICE: All information contained herein is, and remains
55
# the property of Adobe and its suppliers, if any. The intellectual
66
# and technical concepts contained herein are proprietary to Adobe
@@ -13,6 +13,8 @@
1313
# It uses redirect metadata from the 2.4 version of the page.
1414
# If there is no 2.4 version of the page, then it redirects to https://developer.adobe.com/commerce/docs/
1515

16+
# frozen_string_literal: true
17+
1618
Jekyll::Hooks.register :pages, :post_init do |page|
1719
# Skip pages where the parameter is already set
1820
next unless page.path.start_with? 'guides/v2.3/'

0 commit comments

Comments
 (0)