Skip to content

Commit ad2aa6d

Browse files
committed
Accept expected diagnostic output
1 parent 3e07196 commit ad2aa6d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

csharp/ql/integration-tests/linux/diag_nuget_config_casing/diagnostics.expected

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@
2626
"telemetry": true
2727
}
2828
}
29+
{
30+
"markdownMessage": "On platforms with case-sensitive file systems, NuGet only accepts files with one of the following names: nuget.config, NuGet.config, NuGet.Config.\n\nCodeQL found the following files while performing an analysis on a platform with a case-sensitive file system:\n\n- `<test-root-directory>/sub-project/Nuget.Config`\n\nTo avoid unexpected results, rename these files to match the casing of one of the accepted filenames.",
31+
"severity": "warning",
32+
"source": {
33+
"extractorName": "csharp",
34+
"id": "csharp/autobuilder/buildless/case-sensitive-nuget-config",
35+
"name": "Found NuGet configuration files which are not correctly named"
36+
},
37+
"visibility": {
38+
"cliSummaryTable": true,
39+
"statusPage": true,
40+
"telemetry": true
41+
}
42+
}

0 commit comments

Comments
 (0)