Add brace expansion support on ShellCheck #99
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
Support optional brace expansion on the
targetFiles
input 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
The text was updated successfully, but these errors were encountered: