Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced exclude parsing #147

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Enhanced exclude parsing #147

merged 1 commit into from
Nov 9, 2024

Conversation

morphy2k
Copy link
Owner

@morphy2k morphy2k commented Nov 9, 2024

Adds support for new-line separated patterns in the exclude option, to enable a more common and readable format.

Example

- name: Run Revive Action
  uses: docker://ghcr.io/morphy2k/revive-action:v2
  with:
    exclude: |
      file.go
      foo/bar.go
      ./foo/bar/...

@morphy2k morphy2k added the enhancement New feature or request label Nov 9, 2024
@morphy2k morphy2k merged commit 78f98de into master Nov 9, 2024
2 checks passed
@morphy2k morphy2k deleted the feat/exclude-format branch November 9, 2024 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant