ApprovalTests.Java icon indicating copy to clipboard operation
ApprovalTests.Java copied to clipboard

Make the list of text extensions configurable

Open vlsi opened this issue 3 years ago • 2 comments

Currently, no diff window is opened for .yaml and .yml extension which is surprising: https://github.com/approvals/ApprovalTests.Java/blob/07fdbad02cbcd678d818f94c25500021f34c37f4/approvaltests/src/main/java/org/approvaltests/reporters/GenericDiffReporter.java#L24

It would be nice if new extensions could be added to the list without releasing ApprovalTests

vlsi avatar Dec 22 '22 17:12 vlsi

I agree that configuration would help a lot! Could we in the interim add a few additional common text file formats to this list? I've created a PR for this: #423

frederikb avatar Oct 12 '23 13:10 frederikb