mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Enhance compact representation of location
This commit is contained in:
@@ -63,7 +63,7 @@ data class Location(val source: SourceLocation,
|
||||
val file: String) : Compactable {
|
||||
|
||||
override fun compact(): String {
|
||||
return "L/C=$source - Chars=$text - $file"
|
||||
return "Line/Column=$source - CharRange=$text - $file"
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user