You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently path exclusion is very raw and one could argue that incomplete. There's a few issues to solve here:
Path exclusion currently supports directories rather than filenames. It'd be useful to be able to also skip certain filenames if specified in the -exclude flag.
Description
Currently path exclusion is very raw and one could argue that incomplete. There's a few issues to solve here:
-exclude
flag.Code detail
https://github.com/elastic/go-licenser/blob/master/main.go#L199-L207
The text was updated successfully, but these errors were encountered: