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.
2 parents 798bf4f + ca90f1d commit 3ac93a1Copy full SHA for 3ac93a1
linter.py
@@ -27,6 +27,7 @@ def on_stderr(self, stderr):
27
stderr = re.sub(
28
'No config file found, using default configuration\n', '', stderr)
29
stderr = re.sub('Using config file .+\n', '', stderr)
30
+ stderr = re.sub('(?m)^.*DeprecationWarning.*\n.*\n', '', stderr)
31
32
if stderr:
33
self.notify_failure()
0 commit comments