Skip to content

Commit 5825771

Browse files
Oberger Daviddanielpalme
authored andcommitted
Only skip the found line, not the whole file
1 parent 4aa8415 commit 5825771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReportGenerator.Core/Reporting/Builders/SonarQubeBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ private static void AddLineElements(XElement parent, IEnumerable<LineAnalysis> l
172172
}
173173
}
174174

175-
return;
175+
continue;
176176
}
177177
}
178178

0 commit comments

Comments
 (0)