I think it's a bug but using `includes` on skipmembers instead of calling `.split(',').some()` ccan cause false positive. It's also better to accept a list as input instead of a string as it can make a yaml very large if therre's a lot of members
I think it's a bug but using
includeson skipmembers instead of calling.split(',').some()ccan cause false positive.It's also better to accept a list as input instead of a string as it can make a yaml very large if therre's a lot of members