Shemnei / punktf

⚡ A cross-platform multi-target dotfiles manager
https://shemnei.github.io/punktf/
Other
82 stars 6 forks source link

fix: Deny all unknown fields #160

Closed Shemnei closed 2 months ago

Shemnei commented 2 months ago

This will reject a profile if any unknown variables/keys are encountered.

Previously only the top level "profile" was checked for unknown fields, this was extended to also check all "child" items.

Partial fix for #158.