net.twisterrob.gradle
net.twisterrob.gradle copied to clipboard
Make violation file names clickable
Investigation: https://kotlinlang.slack.com/archives/C0B8M7BUY/p1534631090000100
Clickable patterns test:
P:\projects\workspace\ColorFilters\path\to\file.ext:21
P:\projects\workspace\ColorFilters\path\to\file.ext:21 suffix
P:/projects/workspace/ColorFilters/path/to/file.ext:21
P:/projects/workspace/ColorFilters/path/to/file.ext:21 suffix
I was looking for which path formats become clickable when a Gradle task is executed from AS. The result:
"${file.absolutePath}:${line}","${file.absolutePath}:${line} foo bar"and"Build file '${file}' line: ${line}"
related #3