fluidattacks / makes

A software supply chain framework powered by Nix.
https://makes.fluidattacks.tech/
MIT License
427 stars 42 forks source link

Enable to add custom pylint plugins to lintPython #1288

Closed juansedo closed 7 months ago

juansedo commented 7 months ago

Context

Pylint allows to load custom plugins or checkers for customized linting. It's a very nice option for pylint, mypy or prospector disabilities.

Proposal

Allow to /lintPython builtin to receive a pylintPluginsDir argument for describing the custom rules that developers want.

Links / References

dsalaza4 commented 7 months ago

Too much complexity for makes. I would prefer deprecating makes' lintPython and maintaining our own in Universe.