This makes the output to look like this:
<source file>:<line nunmber>:<code snippet>
Having the line number makes it easier to locate the code line and make
sure all the issues are fixed. This is especially true in this case
where it is likely to have multiple times the same line in the file.
Depends on D2698