Skip to content

Commit 68f742b

Browse files
committed
Clarify missing LoC baseline message
1 parent c357ca7 commit 68f742b

3 files changed

Lines changed: 15 additions & 17 deletions

File tree

lib/count-loc.js

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/count-loc.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/count-loc.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,13 @@ export async function countLoc(
9898
}
9999
} else {
100100
logger.info(
101-
"Could not determine the total number of lines of code in this repository. " +
102-
"Because of this, it will not be possible to compare the number of lines " +
103-
"of code analyzed by code scanning with the total number of lines of " +
104-
"code in the repository. This will not affect the results produced by code " +
105-
"scanning. If you have any questions, you can raise an issue at " +
106-
"https://github.com/github/codeql-action/issues. Please include a link " +
107-
"to the repository if public, or otherwise information about the code scanning " +
108-
"workflow you are using."
101+
"Could not determine the baseline lines of code count in this repository. " +
102+
"Because of this, it will not be possible to compare the lines " +
103+
"of code analyzed by code scanning with the baseline. This will not affect " +
104+
"the results produced by code scanning. If you have any questions, you can " +
105+
"raise an issue at https://github.com/github/codeql-action/issues. Please " +
106+
"include a link to the repository if public, or otherwise information about " +
107+
"the code scanning workflow you are using."
109108
);
110109
}
111110

0 commit comments

Comments
 (0)