Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
javierfernandes committed May 3, 2015
1 parent 68fbcbf commit c3d2664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
4 changes: 2 additions & 2 deletions SublimeLinter-contrib-wchecker/linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class Wchecker(Linter):


def split_match(self, match):

"""
Return the components of the match.
We override this because included header files can cause linter errors,
and we only want errors from the linted file.
"""

if match:
if match.group('file') != self.filename:
match = None
Expand Down
27 changes: 0 additions & 27 deletions SublimeLinter-contrib-wchecker/test.py

This file was deleted.

0 comments on commit c3d2664

Please sign in to comment.