From f9c2b9398f55efffd2a4fdd3f155fb01e1d79696 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Fri, 26 Jul 2024 10:36:13 -0700 Subject: [PATCH] Remove newlines from JSON schema files (#10486) --- .pre-commit-config.yaml | 1 + schemas/dbt/manifest/v10.json | 2 +- schemas/dbt/manifest/v11.json | 2 +- schemas/dbt/manifest/v12.json | 2 +- schemas/dbt/manifest/v5.json | 2 +- schemas/dbt/manifest/v6.json | 2 +- schemas/dbt/manifest/v7.json | 2 +- schemas/dbt/manifest/v8.json | 2 +- schemas/dbt/manifest/v9.json | 2 +- 9 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b66a90fc3bf..a30d2f5be4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,7 @@ repos: args: [--unsafe] - id: check-json - id: end-of-file-fixer + exclude: schemas/dbt/manifest/ - id: trailing-whitespace exclude_types: - "markdown" diff --git a/schemas/dbt/manifest/v10.json b/schemas/dbt/manifest/v10.json index 39a495af9cb..dff60014a78 100644 --- a/schemas/dbt/manifest/v10.json +++ b/schemas/dbt/manifest/v10.json @@ -5689,4 +5689,4 @@ }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schemas.getdbt.com/dbt/manifest/v10.json" -} +} \ No newline at end of file diff --git a/schemas/dbt/manifest/v11.json b/schemas/dbt/manifest/v11.json index b8dc9e70f8a..43cb42cb157 100644 --- a/schemas/dbt/manifest/v11.json +++ b/schemas/dbt/manifest/v11.json @@ -7060,4 +7060,4 @@ } }, "$id": "https://schemas.getdbt.com/dbt/manifest/v11.json" -} +} \ No newline at end of file diff --git a/schemas/dbt/manifest/v12.json b/schemas/dbt/manifest/v12.json index 0ec6daae1f1..87e0db0756c 100644 --- a/schemas/dbt/manifest/v12.json +++ b/schemas/dbt/manifest/v12.json @@ -21240,4 +21240,4 @@ "unit_tests" ], "$id": "https://schemas.getdbt.com/dbt/manifest/v12.json" -} +} \ No newline at end of file diff --git a/schemas/dbt/manifest/v5.json b/schemas/dbt/manifest/v5.json index 6c73ab8876b..6b048d7c231 100644 --- a/schemas/dbt/manifest/v5.json +++ b/schemas/dbt/manifest/v5.json @@ -5981,4 +5981,4 @@ }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schemas.getdbt.com/dbt/manifest/v5.json" -} +} \ No newline at end of file diff --git a/schemas/dbt/manifest/v6.json b/schemas/dbt/manifest/v6.json index 79b627332cf..d835acbab92 100644 --- a/schemas/dbt/manifest/v6.json +++ b/schemas/dbt/manifest/v6.json @@ -6206,4 +6206,4 @@ }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schemas.getdbt.com/dbt/manifest/v6.json" -} +} \ No newline at end of file diff --git a/schemas/dbt/manifest/v7.json b/schemas/dbt/manifest/v7.json index efb3ff99c89..03884400405 100644 --- a/schemas/dbt/manifest/v7.json +++ b/schemas/dbt/manifest/v7.json @@ -6572,4 +6572,4 @@ }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schemas.getdbt.com/dbt/manifest/v7.json" -} +} \ No newline at end of file diff --git a/schemas/dbt/manifest/v8.json b/schemas/dbt/manifest/v8.json index d7192ab84c0..ff71790e5f0 100644 --- a/schemas/dbt/manifest/v8.json +++ b/schemas/dbt/manifest/v8.json @@ -4431,4 +4431,4 @@ }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schemas.getdbt.com/dbt/manifest/v8.json" -} +} \ No newline at end of file diff --git a/schemas/dbt/manifest/v9.json b/schemas/dbt/manifest/v9.json index 28a477367a7..48ede936b47 100644 --- a/schemas/dbt/manifest/v9.json +++ b/schemas/dbt/manifest/v9.json @@ -4962,4 +4962,4 @@ }, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://schemas.getdbt.com/dbt/manifest/v9.json" -} +} \ No newline at end of file