Skip to content

Commit

Permalink
Merge pull request #9 from gallagth/tempfile_suffix
Browse files Browse the repository at this point in the history
Do not use cpp as tempfile_suffix
  • Loading branch information
NotSqrt committed Aug 19, 2015
2 parents b4c1066 + ae8c33d commit 2110b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Cpplint(Linter):
syntax = 'c++'
cmd = ('cpplint', '*', '@')
regex = r'^.+:(?P<line>\d+):\s+(?P<message>.+)'
tempfile_suffix = '.cpp'
tempfile_suffix = '-'
error_stream = util.STREAM_BOTH # errors are on stderr
defaults = {
'--filter=,': '',
Expand Down

0 comments on commit 2110b79

Please sign in to comment.