Skip to content

Commit

Permalink
add to Limitations Windows paths with > 255 chars #590
Browse files Browse the repository at this point in the history
  • Loading branch information
AlDanial committed May 1, 2021
1 parent 713f38c commit 96cee9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2842,6 +2842,8 @@ treats all docstrings as code.
even if these are used to block lines of source from being compiled;
the blocked lines still contribute to the code count.
</li>
<li> On Windows, cloc will fail with ``Can't cd to ... No such file or directory at <embedded>/File/Find.pm`` if the code being scanned has file paths longer than 255 characters. A work-around is to run cloc from the Windows Subsystem for Linux (WSL).
</li>
</ol>

[](1}}})
Expand Down

0 comments on commit 96cee9c

Please sign in to comment.