I noticed that the rule currently has a hard-coded blacklist of callees to ignore.
I ran into a bit of an issue with this as we're currently moving our code base off of bluebird
(callee: Promise
) to async / await + blend-promise-utils
(callee: P
). That switch from Promise.map
to P.map
started throwing false-positives all over our codebase.
What are people's thoughts on making this a configurable option? I'd be willing to take a stab at a PR for it if so.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too