fix(schema): workaround IntelliJ JSON Schema validation bug (#2576)

This commit is contained in:
Valentin Maerten
2025-12-15 23:03:13 +01:00
committed by GitHub
parent a2d34ffc4c
commit 28408ef3f4
2 changed files with 28 additions and 7 deletions

View File

@@ -48,6 +48,8 @@
(e.g., URLs or namespaced functions) (#2101, #2573 by @vmaerten).
- The `--yes` flag is now accessible in templates via the new `CLI_ASSUME_YES`
variable (#2577, #2479 by @semihbkgr).
- Fixed false positive "property 'for' is not allowed" warnings in IntelliJ when
using `for` loops in Taskfiles (#2576 by @vmaerten).
## v3.45.5 - 2025-11-11