Skip to content

Commit 2a1d746

Browse files
committed
Add workaround for pylint issue 2280
pylint-dev/pylint#2280
1 parent 93824ab commit 2a1d746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/codacy/pylint/Pylint.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object Pylint extends Tool {
9090
}
9191
}
9292

93-
private val msgTemplate = "{path}###{line}###{msg_id}###{msg}"
93+
private val msgTemplate = "{abspath}###{line}###{msg_id}###{msg}"
9494
private val classifyScript =
9595
s"""
9696
|import os

0 commit comments

Comments
 (0)