Thanks to visit codestin.com
Credit goes to github.com

Skip to content

is_strict: true does not apply to all fields? #409

@alexbozhenko

Description

@alexbozhenko

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

No one assigned

    Labels

    doneDone, awaiting releaseenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions