Skip to content

Commit 911ae04

Browse files
author
Daniel Reigada
committed
Disabled colored output
1 parent 0a9d422 commit 911ae04

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
@@ -185,7 +185,7 @@ object Pylint extends Tool {
185185

186186
configPart.map { configPart =>
187187
List("python" + interpreter, "-m", "pylint") ++
188-
configPart ++ List(s"--msg-template=$msgTemplate") ++
188+
configPart ++ List(s"--msg-template=$msgTemplate", "--output-format=parseable") ++
189189
rulesPart ++ additionalPlugins ++ files
190190
}
191191
}

0 commit comments

Comments
 (0)