Skip to content

Commit 4ac3523

Browse files
committed
more sophisticated way to "argue" with StyleCop
1 parent c221b81 commit 4ac3523

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ImageSharp.Drawing/Shapes/IInternalPathOwner.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ internal interface IInternalPathOwner
1414
/// <summary>
1515
/// Returns the rings as a list of <see cref="InternalPath"/>-s.
1616
/// </summary>
17-
/// <returns>Seriously this is a thin internal interface, why should I repeat 3 times what does it do?</returns>
17+
/// <returns>The list</returns>
1818
IReadOnlyList<InternalPath> GetRingsAsInternalPath();
19+
20+
// TODO: We may want to reconfigure StyleCop rules for internals to avoid unnecessary redundant trivial code comments like in this file.
1921
}
20-
}
22+
}

0 commit comments

Comments
 (0)