You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that PyLint reports a warning that I had thought is a critical piece of information. Prospector doesn't report it, neither with --strictness high nor --strictness veryhigh:
I noticed that PyLint reports a warning that I had thought is a critical piece of information. Prospector doesn't report it, neither with
--strictness high
nor--strictness veryhigh
:This is for Python code using the
warn()
method of logging, instead ofwarning()
, e.g.Is there a reason why prospector is not reporting this warning? I think it should.
The text was updated successfully, but these errors were encountered: