Skip to content

Commit 3083929

Browse files
committed
Format tests
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 33c9ca1 commit 3083929

16 files changed

Lines changed: 1520 additions & 1550 deletions

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ all: .always
99
$(JSONSCHEMA) metaschema conventions.json --verbose
1010
$(JSONSCHEMA) lint conventions.json --verbose
1111
$(JSONSCHEMA) fmt --verbose
12+
$(JSONSCHEMA) fmt tests --verbose
1213
$(JSONSCHEMA) metaschema --verbose
1314
$(JSONSCHEMA) validate conventions.json --verbose $(SCHEMAS)
1415
$(JSONSCHEMA) lint --verbose
@@ -21,6 +22,7 @@ ci-lint: .always
2122
$(JSONSCHEMA) metaschema conventions.json --verbose
2223
$(JSONSCHEMA) lint conventions.json --verbose
2324
$(JSONSCHEMA) fmt --verbose --check
25+
$(JSONSCHEMA) fmt tests --verbose --check
2426
$(JSONSCHEMA) metaschema --verbose
2527
$(JSONSCHEMA) validate conventions.json --verbose $(SCHEMAS)
2628
$(JSONSCHEMA) lint --verbose

0 commit comments

Comments
 (0)