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 93824ab commit 2a1d746Copy full SHA for 2a1d746
src/main/scala/codacy/pylint/Pylint.scala
@@ -90,7 +90,7 @@ object Pylint extends Tool {
90
}
91
92
93
- private val msgTemplate = "{path}###{line}###{msg_id}###{msg}"
+ private val msgTemplate = "{abspath}###{line}###{msg_id}###{msg}"
94
private val classifyScript =
95
s"""
96
|import os
0 commit comments