TWiStErRob / net.twisterrob.gradle

Quality plugin for Gradle that supports Android flavors
https://github.com/TWiStErRob/net.twisterrob.gradle#features
The Unlicense
18 stars 5 forks source link

Make violation file names clickable #4

Open TWiStErRob opened 6 years ago

TWiStErRob commented 6 years ago

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}"

TWiStErRob commented 5 years ago

related #3