Skip to content

Commit a73f283

Browse files
committed
Fix order
1 parent 776c7b1 commit a73f283

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,6 @@ Alternatively, you can manually create or update your VS Code MCP configurations
9393

9494
## Tools
9595

96-
### Quality Gates
97-
98-
- **get_quality_gate_status_for_project** - Get the Quality Gate Status for the project
99-
- `analysisId` - Optional analysis ID - _String_
100-
- `branch` - Optional branch key - _String_
101-
- `projectId` - Optional project ID - _String_
102-
- `projectKey` - Optional project key - _String_
103-
- `pullRequest` - Optional pull request ID - _String_
104-
10596
### Issues
10697

10798
- **change_sonar_issue_status** - Change the status of a Sonar issue to "accept", "falsepositive" or to "reopen" an issue
@@ -118,6 +109,15 @@ Alternatively, you can manually create or update your VS Code MCP configurations
118109
- **search_my_sonarqube_cloud_projects** - Find Sonar projects in my organization
119110
- `page` - Optional page number - _String_
120111

112+
### Quality Gates
113+
114+
- **get_quality_gate_status_for_project** - Get the Quality Gate Status for the project
115+
- `analysisId` - Optional analysis ID - _String_
116+
- `branch` - Optional branch key - _String_
117+
- `projectId` - Optional project ID - _String_
118+
- `projectKey` - Optional project key - _String_
119+
- `pullRequest` - Optional pull request ID - _String_
120+
121121
### Rules
122122

123123
- **list_rule_repositories** - List rule repositories available in SonarQube

telemetry-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
}
3737
]
3838
}
39-
```
39+
```

0 commit comments

Comments
 (0)