Skip to content

Commit

Permalink
more sophisticated way to "argue" with StyleCop
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov committed Nov 20, 2020
1 parent c221b81 commit 4ac3523
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ImageSharp.Drawing/Shapes/IInternalPathOwner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ internal interface IInternalPathOwner
/// <summary>
/// Returns the rings as a list of <see cref="InternalPath"/>-s.
/// </summary>
/// <returns>Seriously this is a thin internal interface, why should I repeat 3 times what does it do?</returns>
/// <returns>The list</returns>
IReadOnlyList<InternalPath> GetRingsAsInternalPath();

// TODO: We may want to reconfigure StyleCop rules for internals to avoid unnecessary redundant trivial code comments like in this file.
}
}
}

0 comments on commit 4ac3523

Please sign in to comment.