minus-squaremagz :3@lemmy.blahaj.zonetoProgrammer Humor@lemmy.ml•Python is great, but stuff like this just drives me up the walllinkfedilinkarrow-up15·6 months agoif you have a pipeline running eslint on all your PRs (which you should have!), you can set no-explicit-any as an error in your eslint config so it’s impossible to merge code with any in it linkfedilink
magz :3@lemmy.blahaj.zone to 196@lemmy.blahaj.zone · 8 months agoccaatt ruleplus-squarelemmy.blahaj.zoneimagemessage-square0fedilinkarrow-up11
arrow-up11imageccaatt ruleplus-squarelemmy.blahaj.zonemagz :3@lemmy.blahaj.zone to 196@lemmy.blahaj.zone · 8 months agomessage-square0fedilink
if you have a pipeline running eslint on all your PRs (which you should have!), you can set
no-explicit-any
as an error in your eslint config so it’s impossible to merge code withany
in it