Skip to content

Commit cc170e1

Browse files
committed
lint
1 parent d727575 commit cc170e1

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

sql/2025/accessibility/media_query_features.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
CREATE TEMPORARY FUNCTION getMediaQueryFeatures(css JSON)
32
RETURNS ARRAY<STRING>
43
LANGUAGE js

sql/2025/accessibility/units_properties.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
CREATE TEMPORARY FUNCTION getPropertyUnits(css JSON)
32
RETURNS ARRAY<STRUCT<property STRING, unit STRING, freq INT64>>
43
LANGUAGE js

sql/2025/seo/llms-status-2025.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
-- valid = TRUE means "present" or "exists"
32
WITH labeled AS (
43
SELECT

sql/2025/seo/llms-txt-errors-2025.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
-- valid = TRUE means "present" or "exists"
32
-- "errors" are likely validation errors, but may/may not still work
43
WITH found AS (

sql/2025/seo/root-pages-valid-llms-2025.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
SELECT
32
client,
43
COUNTIF(SAFE_CAST(JSON_VALUE(custom_metrics.other.llms_txt_validation.valid) AS BOOL)) AS valid_llms,

sql/2025/sustainability/page_byte_pre_type.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
-- Energy consumption factors from SWDM v4 (in TWh/ZB)
32
# 290 TWh / 5.29 ZB
43
DECLARE ENERGY_PER_GB_DATACENTER NUMERIC DEFAULT 0.00006829493087557603;

sql/2025/sustainability/ssg_bytes_per_type.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Median resource weights by static site generator with detailed CO2e breakdown
32
# Source: https://sustainablewebdesign.org/calculating-digital-emissions/
43
# Declare variables to calculate the carbon emissions per gigabyte (kWh/GB)

0 commit comments

Comments
 (0)