Skip to content

Conversation

timkral
Copy link
Contributor

@timkral timkral commented Oct 28, 2021

Hi,

First off, thank you for writing this linter. I can definitely see it catching some critical problems in some of my code bases before they get out to production.

One thing that I ran into, however, was that I have some signatures that I'd like to ignore and follow a distinct pattern, but the pattern isn't uniform enough to use the substring filtering included in the linter. So this change introduces regular expression filtering to give a little bit more flexibility for such cases. It's basically a generalized form of the ignoreSigs configuration. But I kept it separate so as to guarantee backwards compatibility.

I added some tests and it appears to work pretty well. Definitely open to feedback on it.

Thank you!
-Tim

@tomarrell
Copy link
Owner

G'day Tim,

Thanks a lot for the contribution. Looks good, appreciate the included tests as well. Everything looks straightforward so will merge and cut a new release shortly.

Cheers!

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.

2 participants