Skip to content

Commit c3b0a47

Browse files
atauzkikaste
authored andcommitted
Filter config spam on stderr
Fixes #46
1 parent c923854 commit c3b0a47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def tempfile_suffix(self):
3434
def on_stderr(self, stderr):
3535
stderr = re.sub(
3636
'No config file found, using default configuration\n', '', stderr)
37+
stderr = re.sub('Using config file .+\n', '', stderr)
3738

3839
if stderr:
3940
self.notify_failure()

0 commit comments

Comments
 (0)