go-mutesting
go-mutesting copied to clipboard
Comments in black list
Hi. Will be better if in black-list file we can write comment about excluded hash. For example
0d764298eb31fa4a23cff2c91d5cdd08 //Can't be done, because ctx.Header(k, v) remove k from map if v is empty.
If u is agree, i will create PR.
That would be a nice feature. BTW, you may use cut to preprocess exclude file in your CI
cut -c-32 mutesting.template > mutesting.blacklist