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

Add ability to ignore source filepaths based by regex pattern #105

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

patallen
Copy link

@patallen patallen commented Aug 15, 2019

This adds the ability to ignore source file paths by supplying a regex via the --ignore-re argument.

ptw --ignore-re '.*neomake.*\.py'

The need for this arose because I happen to use a vim extension that creates temporary "backup files", if you will, when any change is made to the buffer.

I now see that there was a similar attempt back in the beginning of March - I should have checked before.

Feel free to request/make changes - I really just thought I'd PR this because it was useful to me.

Thanks for this project, by the way. It's great!

Pat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant