Skip to content

Commit

Permalink
Remove newlines from JSON schema files (#10486)
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb authored Jul 26, 2024
1 parent cab6dab commit f9c2b93
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion schemas/dbt/manifest/v10.json
Original file line number Diff line number Diff line change
Expand Up @@ -5689,4 +5689,4 @@
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.getdbt.com/dbt/manifest/v10.json"
}
}
2 changes: 1 addition & 1 deletion schemas/dbt/manifest/v11.json
Original file line number Diff line number Diff line change
Expand Up @@ -7060,4 +7060,4 @@
}
},
"$id": "https://schemas.getdbt.com/dbt/manifest/v11.json"
}
}
2 changes: 1 addition & 1 deletion schemas/dbt/manifest/v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -21240,4 +21240,4 @@
"unit_tests"
],
"$id": "https://schemas.getdbt.com/dbt/manifest/v12.json"
}
}
2 changes: 1 addition & 1 deletion schemas/dbt/manifest/v5.json
Original file line number Diff line number Diff line change
Expand Up @@ -5981,4 +5981,4 @@
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.getdbt.com/dbt/manifest/v5.json"
}
}
2 changes: 1 addition & 1 deletion schemas/dbt/manifest/v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -6206,4 +6206,4 @@
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.getdbt.com/dbt/manifest/v6.json"
}
}
2 changes: 1 addition & 1 deletion schemas/dbt/manifest/v7.json
Original file line number Diff line number Diff line change
Expand Up @@ -6572,4 +6572,4 @@
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.getdbt.com/dbt/manifest/v7.json"
}
}
2 changes: 1 addition & 1 deletion schemas/dbt/manifest/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -4431,4 +4431,4 @@
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.getdbt.com/dbt/manifest/v8.json"
}
}
2 changes: 1 addition & 1 deletion schemas/dbt/manifest/v9.json
Original file line number Diff line number Diff line change
Expand Up @@ -4962,4 +4962,4 @@
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schemas.getdbt.com/dbt/manifest/v9.json"
}
}

0 comments on commit f9c2b93

Please sign in to comment.