EditorConfig-Action icon indicating copy to clipboard operation
EditorConfig-Action copied to clipboard

RFE: Pass exclude patterns to `git ls-files`

Open zbeekman opened this issue 5 years ago • 0 comments

Describe the solution you'd like

Add the ability to pass exclude patterns to git ls-files to manipulate or restrict the scope of the linting.

Describe alternatives you've considered

  • Maybe we could pass patterns to EditorConfig? Maybe we might want to do both?
  • Alternatively a file, glob or regex could be passed to the action and used to prune out files or restrictively (whitelist) include them.

zbeekman avatar Jul 01 '19 20:07 zbeekman