mergeable icon indicating copy to clipboard operation
mergeable copied to clipboard

Documentation misleads about 'match' option pattern

Open jarzedyt opened this issue 3 years ago • 0 comments

While reading docs I found many times something like match: ['src'] but when I was trying to use it, it wasn't work. I found out that patterns like src or libs are incorrect and I fix it using src/** or libs/**.

Solution: Please, update the documentation.

jarzedyt avatar Mar 04 '22 18:03 jarzedyt