FussyFox / fussyfox.github.io

A real-time code linting platform for GitHub
https://fussyfox.github.io
5 stars 1 forks source link

How to customize version of a checker? #5

Closed atugushev closed 5 years ago

atugushev commented 5 years ago

For example if a project needs flake8==3.5.0?

codingjoe commented 5 years ago

Hi @atugushev you currently can't, since the linter is preinstalled in the AWS lambda function. I know that AWS can retain multiple versions of a function, but I haven't used that feature yet. Beyond that, it would be possible to create a function for each version. I don't know if any of these scenarios is feasible, since it would involve a lot of manual labor to set up the SNS subscriptions.

I would love to make this possible at some point, but I can say for sure, this won't happen any time soon :/