From 2489d499432557994e3f07bc3596fc799957ea83 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Wed, 22 Jan 2025 20:03:43 -0600 Subject: [PATCH] strict warnings --- landofile-spec.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/landofile-spec.json b/landofile-spec.json index b886d78..8f5fd0f 100644 --- a/landofile-spec.json +++ b/landofile-spec.json @@ -514,15 +514,13 @@ }, { "type": "array", + "description": "The command(s) to run for the tool.", "items": { "type": "string" } } ], "description": "The command(s) to run for the tool.", - "items": { - "type": "string" - }, "examples": [ "npm install", [ @@ -741,8 +739,7 @@ "bitnami/mariadb:10.2", "node:14", "google/cloud-sdk:latest" - ], - "additionalProperties": false + ] }, "command": { "$comment": "", @@ -890,9 +887,11 @@ ] } }, - "examples": { - "phpunit/phpunit": "^6.5" - }, + "examples": [ + { + "phpunit/phpunit": "^6.5" + } + ], "additionalProperties": false }, "composer_version": {