periphery icon indicating copy to clipboard operation
periphery copied to clipboard

`--report-exclude` is ignored when it contains a list

Open Cykelero opened this issue 1 year ago • 0 comments
trafficstars

When --report-exclude contains a pipe-separated list, it has no effect; no item from the list is taken into account.

For example, this properly excludes FileA: --report-exclude 'FileA.swift'

But this excludes neither FileA, or FileB: --report-exclude 'FileA.swift|FileB.swift'

Of note, this was still working as expected as of version 2.17.1.

Cykelero avatar Feb 04 '24 10:02 Cykelero