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
Disable unused-argument request for views. Fix#155
in fact we disable this error just based on the argument name.
For functions it is not really possible to reliably determine if
the function is a real view that serves http requests or a
plain-old-function (maybe a helper) where the argument was named
'request'.
0 commit comments