Skip to content

Commit

Permalink
Merge pull request #14 from SublimeLinter/kaste-patch-1
Browse files Browse the repository at this point in the history
Disable default stderr handler
  • Loading branch information
kaste authored Apr 26, 2018
2 parents 1ca72df + af9757d commit b82ace7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Cpplint(Linter):
regex = r'^.+:(?P<line>\d+):\s+(?P<message>.+)'
tempfile_suffix = '-'
error_stream = util.STREAM_BOTH # errors are on stderr
on_stderr = None # handle stderr via split_match
defaults = {
'selector': 'source.c, source.c++',
'--filter=,': '',
Expand Down

0 comments on commit b82ace7

Please sign in to comment.