We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a9f87 commit 8dc13c7Copy full SHA for 8dc13c7
build.sbt
@@ -2,7 +2,7 @@ name := """codacy-engine-scala-seed"""
2
3
organization := "com.codacy"
4
5
-version := "1.3.0"
+version := "1.4.0"
6
7
scalaVersion := "2.10.5"
8
src/main/scala/codacy/dockerApi/DockerEngine.scala
@@ -43,7 +43,7 @@ abstract class DockerEngine(Tool: Tool) {
43
}
44
45
private def relativize(path: String) = {
46
- path.stripPrefix(DockerEnvironment.sourcePath.toString)
+ path.stripPrefix(DockerEnvironment.sourcePath.toString).stripPrefix("/")
47
48
49
private def logResult[T](result: T)(implicit fmt: Writes[T]) = {
0 commit comments