-
-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
doneDone, awaiting releaseDone, awaiting releaseenhancementNew feature or requestNew feature or request
Description
Similar to example in
https://f1bonacc1.github.io/process-compose/configuration/?h=is_str#strict-configuration-validation
cat process-compose.yaml
# yaml-language-server: $schema=https://raw.githubusercontent.com/F1bonacc1/process-compose/refs/heads/main/schemas/process-compose-schema.json
version: "0.5"
is_strict: true
log_lsocation: process_compose.log # < -typo here
processes:
process1:
command: "sleep 1"
Should these kind of typos be caught as well?
Metadata
Metadata
Assignees
Labels
doneDone, awaiting releaseDone, awaiting releaseenhancementNew feature or requestNew feature or request