Description
Support optional brace expansion on the targetFiles input of the ShellCheck run task
Value
The Azure Pipelines Task Lib supports pattern matching for files from input parameters, but brace expansion is disabled by default due to challenges with escaping on Windows.
Making brace expansion available to users (via a new input option) would allow for leveraging more powerful globs/patterns for specifying target files to run ShellCheck against
Description
Support optional brace expansion on the
targetFilesinput of the ShellCheck run taskValue
The Azure Pipelines Task Lib supports pattern matching for files from input parameters, but brace expansion is disabled by default due to challenges with escaping on Windows.
Making brace expansion available to users (via a new input option) would allow for leveraging more powerful globs/patterns for specifying target files to run ShellCheck against