Files
codeql/python/ql/test/query-tests/ForbiddenDependency/independent/specification.arcspec
2018-11-19 15:15:54 +00:00

12 lines
463 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<architecture>
<patternMode>regex</patternMode>
<group name="G1" groupRule="independent">
<unit name="G2" filePattern="${source_location}.*/a.py" />
<unit name="G3" filePattern="${source_location}.*/b.py" />
<unit name="G4" filePattern="${source_location}.*/c.py" />
</group>
<!-- Explicitly allow the G2 to G3 dependency -->
<allow originContainers="G2" targetContainers="G3" />
</architecture>