Skip to content

v1.1.26

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:54

[1.1.26] - 2026-09-07

Fixed

  • W036 reads a FOR /F command operand to the parenthesis that balances IN (, so nested ( inside a backquoted command is not treated as a file (#37, #42)
  • Drive-relative names such as C:Set-Permissions and ForEach-Object.bat are no longer classified as embedded PowerShell (#38, #42)
  • S010 ignores CALL/GOTO inside an inline REM or ECHO segment after & (#39, #42)
  • P024/P006 count SETLOCAL/ENDLOCAL after an IF predicate or & (#40, #42)

Changed

  • Pinned batch-spec language SSOT to v0.70.1 (FOR /F usebackq backtick commands keep nested parentheses as data)
  • Spec docs, Architecture, and funding metadata match the 235-case corpus