Skip to content

Ignore white space in License Management QA's diff

Olivier Gonzalez requested to merge ignore-white-space-in-LM-QA into master

LM currently outputs a json report with a 4 spaces indent style. As all other reports are using a 2 spaces indent style we'll have a lot of false positive failure in existing expectation.

Using -b diff option allows us to ignore white space in the diff and makes the pipeline green.

Merge request reports