.asw/quality-profile.json +4−2 View file@@ -1,9 +1,11 @@
1 1
{2 2
"schemaVersion": "asw.quality-profile/v1",3 3
"repository": "ontariotech/path-optimization",4 −
"scope": "runtime-component", 4 +
"scope": "platform",5 5
"language": "python",6 6
"runtime": "python>=3.11", 7 +
"executionTarget": "service", 8 +
"buildSystem": "unittest",7 9
"staticAnalysis": {8 10
"adapter": "python-ast-policy",9 11
"command": "python tools/quality_scan.py static --output dist/quality/static-analysis.json",@@ -12,7 +14,7 @@
12 14
"thresholds": {13 15
"critical": 0,14 16
"high": 0,15 −
"complexityWarning": 12 17 +
"warnings": 016 18
}17 19
},18 20
"dynamicAnalysis": {