Thanks to visit codestin.com Credit goes to github.com
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 7277034 commit b7b000aCopy full SHA for b7b000a
src/actions-util.ts
@@ -411,7 +411,10 @@ export function isAnalyzingPullRequest(): boolean {
411
return getPullRequestBranches() !== undefined;
412
}
413
414
-// A mapping from old categories to new ones.
+/**
415
+ * A workaround for code quality to map category names from old default setup workflows
416
+ * to ones that the code quality service expects.
417
+ */
418
const qualityCategoryMapping: Record<string, string> = {
419
"c#": "csharp",
420
cpp: "c-cpp",
0 commit comments