mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
12 lines
463 B
XML
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>
|