summaryrefslogtreecommitdiff
path: root/reporters
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2012-09-19 17:36:47 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2012-09-19 17:36:47 +0200
commitd4d8fe742e8860df3a699a4999be133a1fc8db42 (patch)
tree0d616ccb2d84a926c1dba1f67c4181a3956cd27f /reporters
parentfcc1a91b50f564627716230ffc159381b241c07f (diff)
downloadpylint-d4d8fe742e8860df3a699a4999be133a1fc8db42.tar.gz
lint fixes
Diffstat (limited to 'reporters')
-rw-r--r--reporters/text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/reporters/text.py b/reporters/text.py
index 7b30c84..26dbd6d 100644
--- a/reporters/text.py
+++ b/reporters/text.py
@@ -90,6 +90,7 @@ class ParseableTextReporter(TextReporter):
path = path.replace(self._prefix, '')
self.writeln(self.line_format % locals())
+
class VSTextReporter(ParseableTextReporter):
"""Visual studio text reporter"""
line_format = '%(path)s(%(line)s): [%(sigle)s%(obj)s] %(msg)s'