summaryrefslogtreecommitdiff
path: root/reporters
diff options
context:
space:
mode:
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'