Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 24, 2022
1 parent 58a2ecf commit 61e4987
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
stdout:

```json

```

stderr:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
stdout:

```json

```

stderr:
Expand Down
4 changes: 3 additions & 1 deletion tools/test-schema/src/schema.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ console.log(`Schemas: ${schema_files}`);

describe("schemas under f/", function () {
schema_files.forEach((schema_file) => {
const schema_json = JSON.parse(fs.readFileSync(`${schema_path}${schema_file}`, "utf8"));
const schema_json = JSON.parse(
fs.readFileSync(`${schema_path}${schema_file}`, "utf8")
);
ajv.addSchema(schema_json);
const validator = ajv.compile(schema_json);
if (schema_json.examples == undefined) {
Expand Down
1 change: 1 addition & 0 deletions tools/test-schema/test/molecule/cluster/molecule.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdout:

```json

```

stderr:
Expand Down
1 change: 1 addition & 0 deletions tools/test-schema/test/molecule/default/molecule.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdout:

```json

```

stderr:
Expand Down
1 change: 1 addition & 0 deletions tools/test-schema/test/molecule/vagrant/molecule.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdout:

```json

```

stderr:
Expand Down

0 comments on commit 61e4987

Please sign in to comment.