Skip to content

Commit e1adc7b

Browse files
committed
MRVA: Rename summary file to make it appear first alphabetically
1 parent dc34ada commit e1adc7b

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/remote-queries/remote-queries-markdown-generation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function generateMarkdownSummary(query: RemoteQuery): MarkdownFile {
9090
);
9191
// nwo and result count will be appended to this table
9292
return {
93-
fileName: 'summary',
93+
fileName: '_summary',
9494
content: lines
9595
};
9696
}

extensions/ql-vscode/test/pure-tests/remote-queries/markdown-generation/data/interpreted-results/path-problem/expected/summary.md renamed to extensions/ql-vscode/test/pure-tests/remote-queries/markdown-generation/data/interpreted-results/path-problem/expected/_summary.md

File renamed without changes.

extensions/ql-vscode/test/pure-tests/remote-queries/markdown-generation/data/interpreted-results/problem/expected/summary.md renamed to extensions/ql-vscode/test/pure-tests/remote-queries/markdown-generation/data/interpreted-results/problem/expected/_summary.md

File renamed without changes.

extensions/ql-vscode/test/pure-tests/remote-queries/markdown-generation/data/raw-results/expected/summary.md renamed to extensions/ql-vscode/test/pure-tests/remote-queries/markdown-generation/data/raw-results/expected/_summary.md

File renamed without changes.

0 commit comments

Comments
 (0)