Closed Pandapip1 closed 2 years ago
Writing (and reading) regex in json is painful in my view. So I want to avoid allowing regex in the config.
In the above example, why some file has license header and some are not? Doesn't ignore
parameter work for that case?
ignore
doesn't work since that takes in a list of files, and the repo in question mostly deals with new files.
For another use case, I need to allow either of the following:
But disallow other licenses, such as:
Is it possible to allow regex?