Skip to content

Commit 0359c4f

Browse files
Paulo Ribeiroclaudiacarpinteiro
Paulo Ribeiro
andauthored
feat: Mention diff error message displayed on UI (codacy#1428)
* feat: Mention diff error message displayed on UI * fix: Fix typo on occurred * clean: Include error message directly in paragraph Co-authored-by: Cláudia Carpinteiro <[email protected]>
1 parent fd7c3b8 commit 0359c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq/troubleshooting/error-line-endings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Codacy executes the `git diff` command when analyzing new commits and pull requests to identify the lines of code that were changed. Codacy then uses this information to display the issues that were caused by the changes introduced by the commits or pull requests.
44

5-
If you have files in your repository that use the carriage return (CR) as the line end control character, the command `git diff` doesn't correctly identify line endings in the changed files. Because of this, Codacy is unable to use the output of the command and you'll see an error in the **Diff** step of your commit or pull request analysis logs:
5+
If you have files in your repository that use the carriage return (CR) as the line end control character, the command `git diff` doesn't correctly identify line endings in the changed files. Because of this, Codacy is unable to use the output of the command and the **Diff** step of your commit or pull request analysis logs will display the message `An error occurred during this step. Please, retry your analysis or contact support`.
66

77
![Viewing the analysis logs](images/error-line-endings.png)
88

0 commit comments

Comments
 (0)