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 0a9d422 commit 911ae04Copy full SHA for 911ae04
src/main/scala/codacy/pylint/Pylint.scala
@@ -185,7 +185,7 @@ object Pylint extends Tool {
185
186
configPart.map { configPart =>
187
List("python" + interpreter, "-m", "pylint") ++
188
- configPart ++ List(s"--msg-template=$msgTemplate") ++
+ configPart ++ List(s"--msg-template=$msgTemplate", "--output-format=parseable") ++
189
rulesPart ++ additionalPlugins ++ files
190
}
191
0 commit comments