hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
63 stars 8 forks source link

[BUG] - YAML Schema has wrong key name for `skip` #211

Closed hay-kot closed 2 months ago

hay-kot commented 2 months ago

This example will show an error and suggest renaming to skips

# yaml-language-server: $schema=https://hay-kot.github.io/scaffold/schema.json

skip:
  - "*.goreleaser.yaml"
  - "*taskfile.yml"