Skip to content

Commit

Permalink
strict warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Jan 23, 2025
1 parent 65edc93 commit 2489d49
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions landofile-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
[
Expand Down Expand Up @@ -741,8 +739,7 @@
"bitnami/mariadb:10.2",
"node:14",
"google/cloud-sdk:latest"
],
"additionalProperties": false
]
},
"command": {
"$comment": "",
Expand Down Expand Up @@ -890,9 +887,11 @@
]
}
},
"examples": {
"phpunit/phpunit": "^6.5"
},
"examples": [
{
"phpunit/phpunit": "^6.5"
}
],
"additionalProperties": false
},
"composer_version": {
Expand Down

0 comments on commit 2489d49

Please sign in to comment.