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 a73e64e commit 57f59e3Copy full SHA for 57f59e3
1 file changed
linter.py
@@ -2,7 +2,7 @@
2
3
4
class CSpell(Linter):
5
- cmd = 'cspell stdin://${file}'
+ cmd = 'cspell --reporter default stdin://${file}'
6
defaults = {'selector': 'source'}
7
regex = r'^(?P<filename>(stdin:(///)?)?(\S:)?[^:]*):(?P<line>\d+):(?P<col>\d+) - (?P<message>.*)$'
8
error_stream = STREAM_STDOUT
0 commit comments