We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a632de7 commit 8e8c032Copy full SHA for 8e8c032
cli/config.py
@@ -316,8 +316,8 @@ def convert_json(**kwargs) -> dict[str, Any]:
316
mapping = {
317
"platform": pfhelp.convert_basics_json,
318
"globalSettings": pfhelp.convert_global_settings_json,
319
- "qualityProfiles": qphelp.convert_qps_json,
320
"qualityGates": qualitygates.convert_qgs_json,
+ "qualityProfiles": qphelp.convert_qps_json,
321
"projects": pjhelp.convert_projects_json,
322
"portfolios": foliohelp.convert_portfolios_json,
323
"applications": applications.convert_apps_json,
0 commit comments