.asw/quality-profile.json +3−1 View file@@ -4,6 +4,8 @@
4 4
"scope": "validation-asset",5 5
"language": "python",6 6
"runtime": "python>=3.11", 7 +
"executionTarget": "validation", 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": {