How difficult would it be to add support for some kind of comment at the start of a function to turn it off for that function?
> On Dec 17, 2021, at 7:18 PM, Josh Tynjala <joshtynj...@bowlerhat.dev> wrote: > > No, it's all or nothing. > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Fri, Dec 17, 2021 at 2:12 AM Harbs <harbs.li...@gmail.com> wrote: > >> The “this within closure” warnings are sometimes annoying. >> >> Is there any way to suppress the warnings for specific functions without >> turning off the warnings for a whole project? >> >> Thanks, >> Harbs