Skip to content

Do not prefix condition paths with top dir base name

Marco Clemencic requested to merge no-artificial-condition-prefix into main

The fact that scanning the schema for the directory abc produces entries prefixed with abc/ is a bit artificial and makes the directory not relocatable.

This change makes the path in .schema.json relative to the processed top level directory (containing the reference version of .schema.json.

Merge request reports