Skip to content

Commit ecfa719

Browse files
committed
chore: remove schema generation
1 parent 6d05e3b commit ecfa719

File tree

6 files changed

+1
-187
lines changed

6 files changed

+1
-187
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ jobs:
7373
if: contains(matrix.os, 'ubuntu')
7474
run: diff <(./target/release/examples/dlint rules --json) www/static/docs.json
7575

76-
- name: Check if schemas are up-to-date
77-
if: contains(matrix.os, 'ubuntu')
78-
run: deno run --allow-run --allow-read=schemas --allow-write=schemas tools/generate_schemas.ts --check
79-
8076
- name: Benchmarks
8177
if: contains(matrix.os, 'ubuntu')
8278
run: deno run -A --quiet benchmarks/benchmarks.ts

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,3 @@ Before submitting, please make sure the following is done:
201201
1. Run `cargo build --example dlint --all-features`
202202
2. Update docs by running the generated binary with these arguments
203203
`./target/debug/examples/dlint rules --json > www/static/docs.json`
204-
3. Update schema via `deno task update-schemas`

deno.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"lock": false,
33
"tasks": {
4-
"update-docs": "cargo run --features=docs --example dlint rules --json > www/static/docs.json",
5-
"update-schemas": "deno run --allow-run --allow-read=schemas --allow-write=schemas tools/generate_schemas.ts"
4+
"update-docs": "cargo run --features=docs --example dlint rules --json > www/static/docs.json"
65
},
76
"exclude": [
87
"target",

schemas/rules.v1.json

Lines changed: 0 additions & 127 deletions
This file was deleted.

schemas/tags.v1.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

tools/generate_schemas.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)