Skip to content

Commit 57f59e3

Browse files
committed
Let's enforce the default reporter
1 parent a73e64e commit 57f59e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class CSpell(Linter):
5-
cmd = 'cspell stdin://${file}'
5+
cmd = 'cspell --reporter default stdin://${file}'
66
defaults = {'selector': 'source'}
77
regex = r'^(?P<filename>(stdin:(///)?)?(\S:)?[^:]*):(?P<line>\d+):(?P<col>\d+) - (?P<message>.*)$'
88
error_stream = STREAM_STDOUT

0 commit comments

Comments
 (0)