What problem are you facing?
The schemas/.lock.json file is all in a single line. This makes it difficult to read and means that any two edits to it results in a merge conflict that has to be manually resolved.
How could Crossplane help solve your problem?
Indent/pretty format the file so one line corresponds to one dependency. This makes it easier to read, and in many cases avoids merge conflicts all together.
What problem are you facing?
The
schemas/.lock.jsonfile is all in a single line. This makes it difficult to read and means that any two edits to it results in a merge conflict that has to be manually resolved.How could Crossplane help solve your problem?
Indent/pretty format the file so one line corresponds to one dependency. This makes it easier to read, and in many cases avoids merge conflicts all together.