Skip to content

glureau-betclic/issue_ktlint_gradle_360

Repository files navigation

issue_ktlint_gradle_360

SSCCE JLLeitschuh/ktlint-gradle#360

Custom rule is emitting an error containing a generic form "List", the expected HTML report should display

Error message contains a generic type like List<Int>

But actually it displays

Error message contains a generic type like List

'<' and '>' should be escaped for web format (< / >)