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 c923854 commit c3b0a47Copy full SHA for c3b0a47
linter.py
@@ -34,6 +34,7 @@ def tempfile_suffix(self):
34
def on_stderr(self, stderr):
35
stderr = re.sub(
36
'No config file found, using default configuration\n', '', stderr)
37
+ stderr = re.sub('Using config file .+\n', '', stderr)
38
39
if stderr:
40
self.notify_failure()
0 commit comments