evilmartians / lefthook

Fast and powerful Git hooks manager for any type of projects.
MIT License
4.77k stars 210 forks source link

feat: allow list of files in exclude option #772

Closed mrexox closed 2 months ago

mrexox commented 2 months ago

Closes https://github.com/evilmartians/lefthook/issues/717

Add support for the file list in exclude option.

pre-commit:
  commands:
    lint:
      run: yarn lint {staged_files}
      exclude:
        - vendor/some-file.js
        - package.json

:zap: Summary

mrexox commented 2 months ago

I am going to release this PR tomorrow with a new lefthook version 1.7.3